Html Css Color HEX #204DAA Cerulean Blue

📋 copy color: '#204DAA'

red 32 ◦ green 77 ◦ blue 170

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

Shades of Cerulean Blue #204DAA

Tints of Cerulean Blue #204DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 11.47%
G = 27.6%
B = 60.93%

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

#204DAA (or 0x204DAA) is known color: Cerulean Blue. HEX triplet: 20, 4D and AA. RGB value is (32,77,170). Sum of RGB (Red+Green+Blue) = 32+77+170=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #204DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204DAA is #DFB255. Grayscale: #494949. Windows color (decimal): -14660182 or 11160864. OLE color: 11160864.

HSL color Cylindrical-coordinate representation of color #204DAA: hue angle of 220.43º degrees, saturation: 0.68, 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 #204DAA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 77 170 -
CMYK 0.81 0.55 0 0.33
HSL 220.43º 0.68% 0.4% -
HSV(B) 220.43º 0.81% 0.67% -
XYZ 10.51 8.52 39.12 -
YUV 74.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 32 77 170 0.81 0.55 0 0.33 220.43 0.68 0.4
Hex 20 4D AA 51 37 0 21 DC 44 28
Octal 40 115 252 121 67 0 41 334 104 50
Binary 100000 1001101 10101010 1010001 110111 0 100001 11011100 1000100 101000

Color Harmonies of #204DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DAA

Black with #204DAA

Text Example


Text Example

White with #204DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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