Html Css Color HEX #205EDB Cerulean Blue

📋 copy color: '#205EDB'

red 32 ◦ green 94 ◦ blue 219

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

Shades of Cerulean Blue #205EDB

Tints of Cerulean Blue #205EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 9.28%
G = 27.25%
B = 63.48%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#205EDB (or 0x205EDB) is known color: Cerulean Blue. HEX triplet: 20, 5E and DB. RGB value is (32,94,219). Sum of RGB (Red+Green+Blue) = 32+94+219=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #205EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205EDB is #DFA124. Grayscale: #595959. Windows color (decimal): -14655781 or 14376480. OLE color: 14376480.

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

Color convert

RGB 32 94 219 -
CMYK 0.85 0.57 0 0.14
HSL 220.11º 0.75% 0.49% -
HSV(B) 220.11º 0.85% 0.86% -
XYZ 17.38 13.43 68.69 -
YUV 89.71 200.96 86.84 -
System Red Green Blue C M Y K H S L
Decimal 32 94 219 0.85 0.57 0 0.14 220.11 0.75 0.49
Hex 20 5E DB 55 39 0 E DC 4B 31
Octal 40 136 333 125 71 0 16 334 113 61
Binary 100000 1011110 11011011 1010101 111001 0 1110 11011100 1001011 110001

Color Harmonies of #205EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205EDB

Black with #205EDB

Text Example


Text Example

White with #205EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205EDB; }

 p { color: rgb(32,94,219); }

 H1.HeaderClassName
 {
   color: #205EDB;
 }
 .AnyTagClassName
 {
   color: #205EDB;
 }
</style>

background-color css

<style>
 a { background-color: #205EDB; }

 a { background-color: rgb(32,94,219); }

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

border-color css

<style>
 span { border-color: #205EDB; }

 span { border-color: rgb(32,94,219); }

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