Shades of Cerulean Blue #205DD8
Tints of Cerulean Blue #205DD8
RGB
CMYK
RGB Variations
Color information
#205DD8 (or 0x205DD8) is known color: Cerulean Blue. HEX triplet: 20, 5D and D8. RGB value is (32,93,216). Sum of RGB (Red+Green+Blue) = 32+93+216=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #205DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DD8 is #DFA227. Grayscale: #585858. Windows color (decimal): -14656040 or 14179616. OLE color: 14179616.
HSL color Cylindrical-coordinate representation of color #205DD8: hue angle of 220.11º 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 #205DD8 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 93 | 216 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.15 |
| HSL | 220.11º | 0.74% | 0.49% | - |
| HSV(B) | 220.11º | 0.85% | 0.85% | - |
| XYZ | 16.9 | 13.09 | 66.6 | - |
| YUV | 88.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 216 | 0.85 | 0.57 | 0 | 0.15 | 220.11 | 0.74 | 0.49 |
| Hex | 20 | 5D | D8 | 55 | 39 | 0 | F | DC | 4A | 31 |
| Octal | 40 | 135 | 330 | 125 | 71 | 0 | 17 | 334 | 112 | 61 |
| Binary | 100000 | 1011101 | 11011000 | 1010101 | 111001 | 0 | 1111 | 11011100 | 1001010 | 110001 |
Color Harmonies of #205DD8
Complementary color
Monochromatic Colors of #205DD8
Black with #205DD8
Text Example
Text Example
White with #205DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DD8; }
p { color: rgb(32,93,216); }
H1.HeaderClassName
{
color: #205DD8;
}
.AnyTagClassName
{
color: #205DD8;
}
</style>
background-color css
<style>
a { background-color: #205DD8; }
a { background-color: rgb(32,93,216); }
div.DivClassName
{
background-color: #205DD8;
}
.BgClassName
{
background-color: #205DD8;
}
</style>
border-color css
<style>
span { border-color: #205DD8; }
span { border-color: rgb(32,93,216); }
td.TdClassName
{
border-color: #205DD8;
}
.TagClassName
{
border-color: #205DD8;
}
</style>