Html Css Color HEX #204FAA Cerulean Blue

📋 copy color: '#204FAA'

red 32 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #204FAA

Tints of Cerulean Blue #204FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 11.39%
G = 28.11%
B = 60.5%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#204FAA (or 0x204FAA) is known color: Cerulean Blue. HEX triplet: 20, 4F and AA. RGB value is (32,79,170). Sum of RGB (Red+Green+Blue) = 32+79+170=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #204FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204FAA is #DFB055. Grayscale: #4A4A4A. Windows color (decimal): -14659670 or 11161376. OLE color: 11161376.

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

Color convert

RGB 32 79 170 -
CMYK 0.81 0.54 0 0.33
HSL 219.57º 0.68% 0.4% -
HSV(B) 219.57º 0.81% 0.67% -
XYZ 10.65 8.8 39.17 -
YUV 75.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 32 79 170 0.81 0.54 0 0.33 219.57 0.68 0.4
Hex 20 4F AA 51 36 0 21 DC 44 28
Octal 40 117 252 121 66 0 41 334 104 50
Binary 100000 1001111 10101010 1010001 110110 0 100001 11011100 1000100 101000

Color Harmonies of #204FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FAA

Black with #204FAA

Text Example


Text Example

White with #204FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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