Html Css Color HEX #205BDB Cerulean Blue

📋 copy color: '#205BDB'

red 32 ◦ green 91 ◦ blue 219

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

Shades of Cerulean Blue #205BDB

Tints of Cerulean Blue #205BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

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

R = 9.36%
G = 26.61%
B = 64.04%

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

#205BDB (or 0x205BDB) is known color: Cerulean Blue. HEX triplet: 20, 5B and DB. RGB value is (32,91,219). Sum of RGB (Red+Green+Blue) = 32+91+219=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #205BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BDB is #DFA424. Grayscale: #575757. Windows color (decimal): -14656549 or 14375712. OLE color: 14375712.

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

Color convert

RGB 32 91 219 -
CMYK 0.85 0.58 0 0.14
HSL 221.07º 0.75% 0.49% -
HSV(B) 221.07º 0.85% 0.86% -
XYZ 17.12 12.9 68.61 -
YUV 87.95 201.95 88.09 -
System Red Green Blue C M Y K H S L
Decimal 32 91 219 0.85 0.58 0 0.14 221.07 0.75 0.49
Hex 20 5B DB 55 3A 0 E DD 4B 31
Octal 40 133 333 125 72 0 16 335 113 61
Binary 100000 1011011 11011011 1010101 111010 0 1110 11011101 1001011 110001

Color Harmonies of #205BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BDB

Black with #205BDB

Text Example


Text Example

White with #205BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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