Html Css Color HEX #204CDB Cerulean Blue

📋 copy color: '#204CDB'

red 32 ◦ green 76 ◦ blue 219

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

Shades of Cerulean Blue #204CDB

Tints of Cerulean Blue #204CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

 BLUE value IS 219 (85.94% from 255) = 66.97%

R = 9.79%
G = 23.24%
B = 66.97%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#204CDB (or 0x204CDB) is known color: Cerulean Blue. HEX triplet: 20, 4C and DB. RGB value is (32,76,219). Sum of RGB (Red+Green+Blue) = 32+76+219=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #204CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CDB is #DFB324. Grayscale: #4E4E4E. Windows color (decimal): -14660389 or 14371872. OLE color: 14371872.

HSL color Cylindrical-coordinate representation of color #204CDB: hue angle of 225.88º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204CDB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 76 219 -
CMYK 0.85 0.65 0 0.14
HSL 225.88º 0.75% 0.49% -
HSV(B) 225.88º 0.85% 0.86% -
XYZ 15.97 10.59 68.22 -
YUV 79.15 206.92 94.37 -
System Red Green Blue C M Y K H S L
Decimal 32 76 219 0.85 0.65 0 0.14 225.88 0.75 0.49
Hex 20 4C DB 55 41 0 E E2 4B 31
Octal 40 114 333 125 101 0 16 342 113 61
Binary 100000 1001100 11011011 1010101 1000001 0 1110 11100010 1001011 110001

Color Harmonies of #204CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CDB

Black with #204CDB

Text Example


Text Example

White with #204CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,76,219); }

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

background-color css

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

 a { background-color: rgb(32,76,219); }

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

border-color css

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

 span { border-color: rgb(32,76,219); }

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