Html Css Color HEX #204EAC Cerulean Blue

📋 copy color: '#204EAC'

red 32 ◦ green 78 ◦ blue 172

#204EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #204EAC

Tints of Cerulean Blue #204EAC

RGB

 RED value IS 32 (12.89% from 255) = 11.35%

 GREEN value IS 78 (30.86% from 255) = 27.66%

 BLUE value IS 172 (67.58% from 255) = 60.99%

R = 11.35%
G = 27.66%
B = 60.99%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204EAC (or 0x204EAC) is known color: Cerulean Blue. HEX triplet: 20, 4E and AC. RGB value is (32,78,172). Sum of RGB (Red+Green+Blue) = 32+78+172=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #204EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204EAC is #DFB153. Grayscale: #4A4A4A. Windows color (decimal): -14659924 or 11292192. OLE color: 11292192.

HSL color Cylindrical-coordinate representation of color #204EAC: hue angle of 220.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #204EAC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 78 172 -
CMYK 0.81 0.55 0 0.33
HSL 220.29º 0.69% 0.4% -
HSV(B) 220.29º 0.81% 0.67% -
XYZ 10.77 8.73 40.15 -
YUV 74.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 32 78 172 0.81 0.55 0 0.33 220.29 0.69 0.4
Hex 20 4E AC 51 37 0 21 DC 45 28
Octal 40 116 254 121 67 0 41 334 105 50
Binary 100000 1001110 10101100 1010001 110111 0 100001 11011100 1000101 101000

Color Harmonies of #204EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EAC

Black with #204EAC

Text Example


Text Example

White with #204EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,78,172); }

 H1.HeaderClassName
 {
   color: #204EAC;
 }
 .AnyTagClassName
 {
   color: #204EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(32,78,172); }

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

border-color css

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

 span { border-color: rgb(32,78,172); }

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