Html Css Color HEX #205BD9 Cerulean Blue

📋 copy color: '#205BD9'

red 32 ◦ green 91 ◦ blue 217

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

Shades of Cerulean Blue #205BD9

Tints of Cerulean Blue #205BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 63.82%

R = 9.41%
G = 26.76%
B = 63.82%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#205BD9 (or 0x205BD9) is known color: Cerulean Blue. HEX triplet: 20, 5B and D9. RGB value is (32,91,217). Sum of RGB (Red+Green+Blue) = 32+91+217=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #205BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BD9 is #DFA426. Grayscale: #575757. Windows color (decimal): -14656551 or 14244640. OLE color: 14244640.

HSL color Cylindrical-coordinate representation of color #205BD9: hue angle of 220.86º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205BD9 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 91 217 -
CMYK 0.85 0.58 0 0.15
HSL 220.86º 0.74% 0.49% -
HSV(B) 220.86º 0.85% 0.85% -
XYZ 16.86 12.8 67.23 -
YUV 87.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 32 91 217 0.85 0.58 0 0.15 220.86 0.74 0.49
Hex 20 5B D9 55 3A 0 F DD 4A 31
Octal 40 133 331 125 72 0 17 335 112 61
Binary 100000 1011011 11011001 1010101 111010 0 1111 11011101 1001010 110001

Color Harmonies of #205BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BD9

Black with #205BD9

Text Example


Text Example

White with #205BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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