Html Css Color HEX #204EDF Cerulean Blue

📋 copy color: '#204EDF'

red 32 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #204EDF

Tints of Cerulean Blue #204EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 9.61%
G = 23.42%
B = 66.97%

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

#204EDF (or 0x204EDF) is known color: Cerulean Blue. HEX triplet: 20, 4E and DF. RGB value is (32,78,223). Sum of RGB (Red+Green+Blue) = 32+78+223=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #204EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EDF is #DFB120. Grayscale: #505050. Windows color (decimal): -14659873 or 14634528. OLE color: 14634528.

HSL color Cylindrical-coordinate representation of color #204EDF: hue angle of 225.55º 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 #204EDF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 78 223 -
CMYK 0.86 0.65 0 0.13
HSL 225.55º 0.75% 0.5% -
HSV(B) 225.55º 0.86% 0.87% -
XYZ 16.64 11.08 71.07 -
YUV 80.78 208.26 93.21 -
System Red Green Blue C M Y K H S L
Decimal 32 78 223 0.86 0.65 0 0.13 225.55 0.75 0.5
Hex 20 4E DF 56 41 0 D E2 4B 32
Octal 40 116 337 126 101 0 15 342 113 62
Binary 100000 1001110 11011111 1010110 1000001 0 1101 11100010 1001011 110010

Color Harmonies of #204EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EDF

Black with #204EDF

Text Example


Text Example

White with #204EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,78,223); }

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

background-color css

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

 a { background-color: rgb(32,78,223); }

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

border-color css

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

 span { border-color: rgb(32,78,223); }

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