Html Css Color HEX #205BCD Cerulean Blue

📋 copy color: '#205BCD'

red 32 ◦ green 91 ◦ blue 205

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

Shades of Cerulean Blue #205BCD

Tints of Cerulean Blue #205BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 9.76%
G = 27.74%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#205BCD (or 0x205BCD) is known color: Cerulean Blue. HEX triplet: 20, 5B and CD. RGB value is (32,91,205). Sum of RGB (Red+Green+Blue) = 32+91+205=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #205BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BCD is #DFA432. Grayscale: #555555. Windows color (decimal): -14656563 or 13458208. OLE color: 13458208.

HSL color Cylindrical-coordinate representation of color #205BCD: hue angle of 219.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205BCD is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 91 205 -
CMYK 0.84 0.56 0 0.20
HSL 219.54º 0.73% 0.46% -
HSV(B) 219.54º 0.84% 0.8% -
XYZ 15.36 12.2 59.3 -
YUV 86.36 194.95 89.23 -
System Red Green Blue C M Y K H S L
Decimal 32 91 205 0.84 0.56 0 0.20 219.54 0.73 0.46
Hex 20 5B CD 54 38 0 14 DC 49 2E
Octal 40 133 315 124 70 0 24 334 111 56
Binary 100000 1011011 11001101 1010100 111000 0 10100 11011100 1001001 101110

Color Harmonies of #205BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BCD

Black with #205BCD

Text Example


Text Example

White with #205BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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