Html Css Color HEX #205BD8 Cerulean Blue

📋 copy color: '#205BD8'

red 32 ◦ green 91 ◦ blue 216

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

Shades of Cerulean Blue #205BD8

Tints of Cerulean Blue #205BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.72%

R = 9.44%
G = 26.84%
B = 63.72%

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

#205BD8 (or 0x205BD8) is known color: Cerulean Blue. HEX triplet: 20, 5B and D8. RGB value is (32,91,216). Sum of RGB (Red+Green+Blue) = 32+91+216=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 216 (84.77% from 255 or 63.72% from 339); Max value from RGB is 216 - color contains mainly: blue. Hex color #205BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BD8 is #DFA427. Grayscale: #575757. Windows color (decimal): -14656552 or 14179104. OLE color: 14179104.

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

Color convert

RGB 32 91 216 -
CMYK 0.85 0.58 0 0.15
HSL 220.76º 0.74% 0.49% -
HSV(B) 220.76º 0.85% 0.85% -
XYZ 16.73 12.75 66.54 -
YUV 87.61 200.45 88.34 -
System Red Green Blue C M Y K H S L
Decimal 32 91 216 0.85 0.58 0 0.15 220.76 0.74 0.49
Hex 20 5B D8 55 3A 0 F DD 4A 31
Octal 40 133 330 125 72 0 17 335 112 61
Binary 100000 1011011 11011000 1010101 111010 0 1111 11011101 1001010 110001

Color Harmonies of #205BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BD8

Black with #205BD8

Text Example


Text Example

White with #205BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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