Html Css Color HEX #204AAE Cerulean Blue

📋 copy color: '#204AAE'

red 32 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #204AAE

Tints of Cerulean Blue #204AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 11.43%
G = 26.43%
B = 62.14%

CMYK

 C value IS 0.82

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#204AAE (or 0x204AAE) is known color: Cerulean Blue. HEX triplet: 20, 4A and AE. RGB value is (32,74,174). Sum of RGB (Red+Green+Blue) = 32+74+174=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #204AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204AAE is #DFB551. Grayscale: #484848. Windows color (decimal): -14660946 or 11422240. OLE color: 11422240.

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

Color convert

RGB 32 74 174 -
CMYK 0.82 0.57 0 0.32
HSL 222.25º 0.69% 0.4% -
HSV(B) 222.25º 0.82% 0.68% -
XYZ 10.68 8.26 41.08 -
YUV 72.84 185.09 98.87 -
System Red Green Blue C M Y K H S L
Decimal 32 74 174 0.82 0.57 0 0.32 222.25 0.69 0.4
Hex 20 4A AE 52 39 0 20 DE 45 28
Octal 40 112 256 122 71 0 40 336 105 50
Binary 100000 1001010 10101110 1010010 111001 0 100000 11011110 1000101 101000

Color Harmonies of #204AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204AAE

Black with #204AAE

Text Example


Text Example

White with #204AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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