Html Css Color HEX #205DDB Cerulean Blue

📋 copy color: '#205DDB'

red 32 ◦ green 93 ◦ blue 219

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

Shades of Cerulean Blue #205DDB

Tints of Cerulean Blue #205DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.03%

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

R = 9.3%
G = 27.03%
B = 63.66%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#205DDB (or 0x205DDB) is known color: Cerulean Blue. HEX triplet: 20, 5D and DB. RGB value is (32,93,219). Sum of RGB (Red+Green+Blue) = 32+93+219=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #205DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DDB is #DFA224. Grayscale: #585858. Windows color (decimal): -14656037 or 14376224. OLE color: 14376224.

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

Color convert

RGB 32 93 219 -
CMYK 0.85 0.58 0 0.14
HSL 220.43º 0.75% 0.49% -
HSV(B) 220.43º 0.85% 0.86% -
XYZ 17.3 13.25 68.66 -
YUV 89.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 32 93 219 0.85 0.58 0 0.14 220.43 0.75 0.49
Hex 20 5D DB 55 3A 0 E DC 4B 31
Octal 40 135 333 125 72 0 16 334 113 61
Binary 100000 1011101 11011011 1010101 111010 0 1110 11011100 1001011 110001

Color Harmonies of #205DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DDB

Black with #205DDB

Text Example


Text Example

White with #205DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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