Html Css Color HEX #204DD8 Cerulean Blue

📋 copy color: '#204DD8'

red 32 ◦ green 77 ◦ blue 216

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

Shades of Cerulean Blue #204DD8

Tints of Cerulean Blue #204DD8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 216 (84.77% from 255) = 66.46%

R = 9.85%
G = 23.69%
B = 66.46%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#204DD8 (or 0x204DD8) is known color: Cerulean Blue. HEX triplet: 20, 4D and D8. RGB value is (32,77,216). Sum of RGB (Red+Green+Blue) = 32+77+216=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #204DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DD8 is #DFB227. Grayscale: #4E4E4E. Windows color (decimal): -14660136 or 14175520. OLE color: 14175520.

HSL color Cylindrical-coordinate representation of color #204DD8: hue angle of 225.33º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204DD8 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 77 216 -
CMYK 0.85 0.64 0 0.15
HSL 225.33º 0.74% 0.49% -
HSV(B) 225.33º 0.85% 0.85% -
XYZ 15.64 10.57 66.18 -
YUV 79.39 205.09 94.2 -
System Red Green Blue C M Y K H S L
Decimal 32 77 216 0.85 0.64 0 0.15 225.33 0.74 0.49
Hex 20 4D D8 55 40 0 F E1 4A 31
Octal 40 115 330 125 100 0 17 341 112 61
Binary 100000 1001101 11011000 1010101 1000000 0 1111 11100001 1001010 110001

Color Harmonies of #204DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DD8

Black with #204DD8

Text Example


Text Example

White with #204DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,77,216); }

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

background-color css

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

 a { background-color: rgb(32,77,216); }

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

border-color css

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

 span { border-color: rgb(32,77,216); }

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