Shades of Cerulean Blue #205CDD
Tints of Cerulean Blue #205CDD
RGB
CMYK
RGB Variations
Color information
#205CDD (or 0x205CDD) is known color: Cerulean Blue. HEX triplet: 20, 5C and DD. RGB value is (32,92,221). Sum of RGB (Red+Green+Blue) = 32+92+221=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #205CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CDD is #DFA322. Grayscale: #585858. Windows color (decimal): -14656291 or 14507040. OLE color: 14507040.
HSL color Cylindrical-coordinate representation of color #205CDD: hue angle of 220.95º 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 #205CDD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 92 | 221 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.13 |
| HSL | 220.95º | 0.75% | 0.5% | - |
| HSV(B) | 220.95º | 0.86% | 0.87% | - |
| XYZ | 17.47 | 13.18 | 70.03 | - |
| YUV | 88.77 | 202.62 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 221 | 0.86 | 0.58 | 0 | 0.13 | 220.95 | 0.75 | 0.5 |
| Hex | 20 | 5C | DD | 56 | 3A | 0 | D | DD | 4B | 32 |
| Octal | 40 | 134 | 335 | 126 | 72 | 0 | 15 | 335 | 113 | 62 |
| Binary | 100000 | 1011100 | 11011101 | 1010110 | 111010 | 0 | 1101 | 11011101 | 1001011 | 110010 |
Color Harmonies of #205CDD
Complementary color
Monochromatic Colors of #205CDD
Black with #205CDD
Text Example
Text Example
White with #205CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CDD; }
p { color: rgb(32,92,221); }
H1.HeaderClassName
{
color: #205CDD;
}
.AnyTagClassName
{
color: #205CDD;
}
</style>
background-color css
<style>
a { background-color: #205CDD; }
a { background-color: rgb(32,92,221); }
div.DivClassName
{
background-color: #205CDD;
}
.BgClassName
{
background-color: #205CDD;
}
</style>
border-color css
<style>
span { border-color: #205CDD; }
span { border-color: rgb(32,92,221); }
td.TdClassName
{
border-color: #205CDD;
}
.TagClassName
{
border-color: #205CDD;
}
</style>