Html Css Color HEX #205BDC Cerulean Blue

📋 copy color: '#205BDC'

red 32 ◦ green 91 ◦ blue 220

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

Shades of Cerulean Blue #205BDC

Tints of Cerulean Blue #205BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.14%

R = 9.33%
G = 26.53%
B = 64.14%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#205BDC (or 0x205BDC) is known color: Cerulean Blue. HEX triplet: 20, 5B and DC. RGB value is (32,91,220). Sum of RGB (Red+Green+Blue) = 32+91+220=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #205BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BDC is #DFA423. Grayscale: #575757. Windows color (decimal): -14656548 or 14441248. OLE color: 14441248.

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

Color convert

RGB 32 91 220 -
CMYK 0.85 0.59 0 0.14
HSL 221.17º 0.75% 0.49% -
HSV(B) 221.17º 0.85% 0.86% -
XYZ 17.26 12.96 69.3 -
YUV 88.07 202.45 88.01 -
System Red Green Blue C M Y K H S L
Decimal 32 91 220 0.85 0.59 0 0.14 221.17 0.75 0.49
Hex 20 5B DC 55 3B 0 E DD 4B 31
Octal 40 133 334 125 73 0 16 335 113 61
Binary 100000 1011011 11011100 1010101 111011 0 1110 11011101 1001011 110001

Color Harmonies of #205BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BDC

Black with #205BDC

Text Example


Text Example

White with #205BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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