Html Css Color HEX #204DDE Cerulean Blue

📋 copy color: '#204DDE'

red 32 ◦ green 77 ◦ blue 222

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

Shades of Cerulean Blue #204DDE

Tints of Cerulean Blue #204DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 9.67%
G = 23.26%
B = 67.07%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#204DDE (or 0x204DDE) is known color: Cerulean Blue. HEX triplet: 20, 4D and DE. RGB value is (32,77,222). Sum of RGB (Red+Green+Blue) = 32+77+222=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #204DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DDE is #DFB221. Grayscale: #4F4F4F. Windows color (decimal): -14660130 or 14568736. OLE color: 14568736.

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

Color convert

RGB 32 77 222 -
CMYK 0.86 0.65 0 0.13
HSL 225.79º 0.75% 0.5% -
HSV(B) 225.79º 0.86% 0.87% -
XYZ 16.43 10.89 70.34 -
YUV 80.08 208.09 93.71 -
System Red Green Blue C M Y K H S L
Decimal 32 77 222 0.86 0.65 0 0.13 225.79 0.75 0.5
Hex 20 4D DE 56 41 0 D E2 4B 32
Octal 40 115 336 126 101 0 15 342 113 62
Binary 100000 1001101 11011110 1010110 1000001 0 1101 11100010 1001011 110010

Color Harmonies of #204DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DDE

Black with #204DDE

Text Example


Text Example

White with #204DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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