Html Css Color HEX #204BB2 Cerulean Blue

📋 copy color: '#204BB2'

red 32 ◦ green 75 ◦ blue 178

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

Shades of Cerulean Blue #204BB2

Tints of Cerulean Blue #204BB2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 178 (69.92% from 255) = 62.46%

R = 11.23%
G = 26.32%
B = 62.46%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#204BB2 (or 0x204BB2) is known color: Cerulean Blue. HEX triplet: 20, 4B and B2. RGB value is (32,75,178). Sum of RGB (Red+Green+Blue) = 32+75+178=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 178 (69.92% from 255 or 62.46% from 285); Max value from RGB is 178 - color contains mainly: blue. Hex color #204BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204BB2 is #DFB44D. Grayscale: #494949. Windows color (decimal): -14660686 or 11684640. OLE color: 11684640.

HSL color Cylindrical-coordinate representation of color #204BB2: hue angle of 222.33º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204BB2 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 75 178 -
CMYK 0.82 0.58 0 0.30
HSL 222.33º 0.7% 0.41% -
HSV(B) 222.33º 0.82% 0.7% -
XYZ 11.15 8.55 43.18 -
YUV 73.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 32 75 178 0.82 0.58 0 0.30 222.33 0.7 0.41
Hex 20 4B B2 52 3A 0 1E DE 46 29
Octal 40 113 262 122 72 0 36 336 106 51
Binary 100000 1001011 10110010 1010010 111010 0 11110 11011110 1000110 101001

Color Harmonies of #204BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BB2

Black with #204BB2

Text Example


Text Example

White with #204BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,75,178); }

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

background-color css

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

 a { background-color: rgb(32,75,178); }

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

border-color css

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

 span { border-color: rgb(32,75,178); }

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