Shades of Cerulean Blue #205BDD
Tints of Cerulean Blue #205BDD
RGB
CMYK
RGB Variations
Color information
#205BDD (or 0x205BDD) is known color: Cerulean Blue. HEX triplet: 20, 5B and DD. RGB value is (32,91,221). Sum of RGB (Red+Green+Blue) = 32+91+221=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #205BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BDD is #DFA422. Grayscale: #575757. Windows color (decimal): -14656547 or 14506784. OLE color: 14506784.
HSL color Cylindrical-coordinate representation of color #205BDD: hue angle of 221.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205BDD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 91 | 221 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.13 |
| HSL | 221.27º | 0.75% | 0.5% | - |
| HSV(B) | 221.27º | 0.86% | 0.87% | - |
| XYZ | 17.39 | 13.01 | 70 | - |
| YUV | 88.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 221 | 0.86 | 0.59 | 0 | 0.13 | 221.27 | 0.75 | 0.5 |
| Hex | 20 | 5B | DD | 56 | 3B | 0 | D | DD | 4B | 32 |
| Octal | 40 | 133 | 335 | 126 | 73 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100000 | 1011011 | 11011101 | 1010110 | 111011 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #205BDD
Complementary color
Monochromatic Colors of #205BDD
Black with #205BDD
Text Example
Text Example
White with #205BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BDD; }
p { color: rgb(32,91,221); }
H1.HeaderClassName
{
color: #205BDD;
}
.AnyTagClassName
{
color: #205BDD;
}
</style>
background-color css
<style>
a { background-color: #205BDD; }
a { background-color: rgb(32,91,221); }
div.DivClassName
{
background-color: #205BDD;
}
.BgClassName
{
background-color: #205BDD;
}
</style>
border-color css
<style>
span { border-color: #205BDD; }
span { border-color: rgb(32,91,221); }
td.TdClassName
{
border-color: #205BDD;
}
.TagClassName
{
border-color: #205BDD;
}
</style>