Html Css Color HEX #204BB8 Cerulean Blue

📋 copy color: '#204BB8'

red 32 ◦ green 75 ◦ blue 184

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

Shades of Cerulean Blue #204BB8

Tints of Cerulean Blue #204BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.23%

R = 11%
G = 25.77%
B = 63.23%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#204BB8 (or 0x204BB8) is known color: Cerulean Blue. HEX triplet: 20, 4B and B8. RGB value is (32,75,184). Sum of RGB (Red+Green+Blue) = 32+75+184=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #204BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BB8 is #DFB447. Grayscale: #4A4A4A. Windows color (decimal): -14660680 or 12077856. OLE color: 12077856.

HSL color Cylindrical-coordinate representation of color #204BB8: hue angle of 223.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204BB8 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 32 75 184 -
CMYK 0.83 0.59 0 0.28
HSL 223.03º 0.7% 0.42% -
HSV(B) 223.03º 0.83% 0.72% -
XYZ 11.76 8.8 46.43 -
YUV 74.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 32 75 184 0.83 0.59 0 0.28 223.03 0.7 0.42
Hex 20 4B B8 53 3B 0 1C DF 46 2A
Octal 40 113 270 123 73 0 34 337 106 52
Binary 100000 1001011 10111000 1010011 111011 0 11100 11011111 1000110 101010

Color Harmonies of #204BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BB8

Black with #204BB8

Text Example


Text Example

White with #204BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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