#204FAD

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

Shades of Cerulean Blue #204FAD

Tints of Cerulean Blue #204FAD

Color information

#204FAD (or 0x204FAD) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4F and AD. RGB value is (32,79,173). Sum of RGB (Red+Green+Blue) = 32+79+173=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #204FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204FAD is #DFB052. Grayscale: #4B4B4B. Windows color (decimal): -14659667 or 11357984. OLE color: 11357984.

HSL color Cylindrical-coordinate representation of color #204FAD: hue angle of 220º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204FAD is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3279173-
CMYK0.820.5400.32
HSL220º68.78%40.2%-
HSV(B)220º81.5%67.84%-
XYZ10.938.9240.68-
YUV75.66182.9396.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=11.27%
G=27.82%
B=60.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32791730.820.5400.3222068.7840.2
Hex204FAD5236020dc4528
Octal401172551226604033410550
Binary10000010011111010110110100101101100100000110111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,79,173); }

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

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

 a { background-color: rgb(32,79,173); }

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

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

 span { border-color: rgb(32,79,173); }

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