Shades of Cerulean Blue #205DDE
Tints of Cerulean Blue #205DDE
RGB
CMYK
RGB Variations
Color information
#205DDE (or 0x205DDE) is known color: Cerulean Blue. HEX triplet: 20, 5D and DE. RGB value is (32,93,222). Sum of RGB (Red+Green+Blue) = 32+93+222=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #205DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DDE is #DFA221. Grayscale: #585858. Windows color (decimal): -14656034 or 14572832. OLE color: 14572832.
HSL color Cylindrical-coordinate representation of color #205DDE: hue angle of 220.74º 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 #205DDE is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 93 | 222 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.13 |
| HSL | 220.74º | 0.75% | 0.5% | - |
| HSV(B) | 220.74º | 0.86% | 0.87% | - |
| XYZ | 17.69 | 13.41 | 70.76 | - |
| YUV | 89.47 | 202.79 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 222 | 0.86 | 0.58 | 0 | 0.13 | 220.74 | 0.75 | 0.5 |
| Hex | 20 | 5D | DE | 56 | 3A | 0 | D | DD | 4B | 32 |
| Octal | 40 | 135 | 336 | 126 | 72 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100000 | 1011101 | 11011110 | 1010110 | 111010 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #205DDE
Complementary color
Monochromatic Colors of #205DDE
Black with #205DDE
Text Example
Text Example
White with #205DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DDE; }
p { color: rgb(32,93,222); }
H1.HeaderClassName
{
color: #205DDE;
}
.AnyTagClassName
{
color: #205DDE;
}
</style>
background-color css
<style>
a { background-color: #205DDE; }
a { background-color: rgb(32,93,222); }
div.DivClassName
{
background-color: #205DDE;
}
.BgClassName
{
background-color: #205DDE;
}
</style>
border-color css
<style>
span { border-color: #205DDE; }
span { border-color: rgb(32,93,222); }
td.TdClassName
{
border-color: #205DDE;
}
.TagClassName
{
border-color: #205DDE;
}
</style>