#204AC0

Color #204AC0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #204AC0

Tints of Cerulean Blue #204AC0

Color information

#204AC0 (or 0x204AC0) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4A and C0. RGB value is (32,74,192). Sum of RGB (Red+Green+Blue) = 32+74+192=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #204AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204AC0 is #DFB53F. Grayscale: #4A4A4A. Windows color (decimal): -14660928 or 12601888. OLE color: 12601888.

HSL color Cylindrical-coordinate representation of color #204AC0: hue angle of 224.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204AC0 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3274192-
CMYK0.830.6100.25
HSL224.25º71.43%43.92%-
HSV(B)224.25º83.33%75.29%-
XYZ12.569.0150.95-
YUV74.89194.0997.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 192 (75.39% from 255) = 64.43%
R=10.74%
G=24.83%
B=64.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32741920.830.6100.25224.2571.4343.92
Hex204AC0533D019e0472c
Octal401123001237503134010754
Binary1000001001010110000001010011111101011001111000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204AC0; }

 p { color: rgb(32,74,192); }

 H1.HeaderClassName
 {
   color: #204AC0;
 }
 .AnyTagClassName
 {
   color: #204AC0;
 }
</style>
background-color css

<style>
 a { background-color: #204AC0; }

 a { background-color: rgb(32,74,192); }

 div.DivClassName
 {
   background-color: #204AC0;
 }
 .BgClassName
 {
   background-color: #204AC0;
 }
</style>
border-color css

<style>
 span { border-color: #204AC0; }

 span { border-color: rgb(32,74,192); }

 td.TdClassName
 {
   border-color: #204AC0;
 }
 .TagClassName
 {
   border-color: #204AC0;
 }
</style>