Html Css Color HEX #204BDC Cerulean Blue

📋 copy color: '#204BDC'

red 32 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #204BDC

Tints of Cerulean Blue #204BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.28%

R = 9.79%
G = 22.94%
B = 67.28%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#204BDC (or 0x204BDC) is known color: Cerulean Blue. HEX triplet: 20, 4B and DC. RGB value is (32,75,220). Sum of RGB (Red+Green+Blue) = 32+75+220=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #204BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BDC is #DFB423. Grayscale: #4E4E4E. Windows color (decimal): -14660644 or 14437152. OLE color: 14437152.

HSL color Cylindrical-coordinate representation of color #204BDC: hue angle of 226.28º 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 #204BDC is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 75 220 -
CMYK 0.85 0.66 0 0.14
HSL 226.28º 0.75% 0.49% -
HSV(B) 226.28º 0.85% 0.86% -
XYZ 16.03 10.51 68.89 -
YUV 78.67 207.75 94.71 -
System Red Green Blue C M Y K H S L
Decimal 32 75 220 0.85 0.66 0 0.14 226.28 0.75 0.49
Hex 20 4B DC 55 42 0 E E2 4B 31
Octal 40 113 334 125 102 0 16 342 113 61
Binary 100000 1001011 11011100 1010101 1000010 0 1110 11100010 1001011 110001

Color Harmonies of #204BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BDC

Black with #204BDC

Text Example


Text Example

White with #204BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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