Html Css Color HEX #204DAE Cerulean Blue

📋 copy color: '#204DAE'

red 32 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #204DAE

Tints of Cerulean Blue #204DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

 BLUE value IS 174 (68.36% from 255) = 61.48%

R = 11.31%
G = 27.21%
B = 61.48%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#204DAE (or 0x204DAE) is known color: Cerulean Blue. HEX triplet: 20, 4D and AE. RGB value is (32,77,174). Sum of RGB (Red+Green+Blue) = 32+77+174=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #204DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204DAE is #DFB251. Grayscale: #4A4A4A. Windows color (decimal): -14660178 or 11423008. OLE color: 11423008.

HSL color Cylindrical-coordinate representation of color #204DAE: hue angle of 220.99º 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 #204DAE is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 77 174 -
CMYK 0.82 0.56 0 0.32
HSL 220.99º 0.69% 0.4% -
HSV(B) 220.99º 0.82% 0.68% -
XYZ 10.89 8.67 41.14 -
YUV 74.6 184.09 97.61 -
System Red Green Blue C M Y K H S L
Decimal 32 77 174 0.82 0.56 0 0.32 220.99 0.69 0.4
Hex 20 4D AE 52 38 0 20 DD 45 28
Octal 40 115 256 122 70 0 40 335 105 50
Binary 100000 1001101 10101110 1010010 111000 0 100000 11011101 1000101 101000

Color Harmonies of #204DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DAE

Black with #204DAE

Text Example


Text Example

White with #204DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,77,174); }

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

background-color css

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

 a { background-color: rgb(32,77,174); }

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

border-color css

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

 span { border-color: rgb(32,77,174); }

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