Html Css Color HEX #204EDD Cerulean Blue

📋 copy color: '#204EDD'

red 32 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #204EDD

Tints of Cerulean Blue #204EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 9.67%
G = 23.56%
B = 66.77%

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

#204EDD (or 0x204EDD) is known color: Cerulean Blue. HEX triplet: 20, 4E and DD. RGB value is (32,78,221). Sum of RGB (Red+Green+Blue) = 32+78+221=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #204EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EDD is #DFB122. Grayscale: #4F4F4F. Windows color (decimal): -14659875 or 14503456. OLE color: 14503456.

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

Color convert

RGB 32 78 221 -
CMYK 0.86 0.65 0 0.13
HSL 225.4º 0.75% 0.5% -
HSV(B) 225.4º 0.86% 0.87% -
XYZ 16.37 10.98 69.66 -
YUV 80.55 207.26 93.37 -
System Red Green Blue C M Y K H S L
Decimal 32 78 221 0.86 0.65 0 0.13 225.4 0.75 0.5
Hex 20 4E DD 56 41 0 D E1 4B 32
Octal 40 116 335 126 101 0 15 341 113 62
Binary 100000 1001110 11011101 1010110 1000001 0 1101 11100001 1001011 110010

Color Harmonies of #204EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EDD

Black with #204EDD

Text Example


Text Example

White with #204EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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