Shades of Cerulean Blue #205CDC
Tints of Cerulean Blue #205CDC
RGB
CMYK
RGB Variations
Color information
#205CDC (or 0x205CDC) is known color: Cerulean Blue. HEX triplet: 20, 5C and DC. RGB value is (32,92,220). Sum of RGB (Red+Green+Blue) = 32+92+220=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #205CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205CDC is #DFA323. Grayscale: #585858. Windows color (decimal): -14656292 or 14441504. OLE color: 14441504.
HSL color Cylindrical-coordinate representation of color #205CDC: hue angle of 220.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205CDC is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 92 | 220 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.14 |
| HSL | 220.85º | 0.75% | 0.49% | - |
| HSV(B) | 220.85º | 0.85% | 0.86% | - |
| XYZ | 17.34 | 13.13 | 69.33 | - |
| YUV | 88.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 220 | 0.85 | 0.58 | 0 | 0.14 | 220.85 | 0.75 | 0.49 |
| Hex | 20 | 5C | DC | 55 | 3A | 0 | E | DD | 4B | 31 |
| Octal | 40 | 134 | 334 | 125 | 72 | 0 | 16 | 335 | 113 | 61 |
| Binary | 100000 | 1011100 | 11011100 | 1010101 | 111010 | 0 | 1110 | 11011101 | 1001011 | 110001 |
Color Harmonies of #205CDC
Complementary color
Monochromatic Colors of #205CDC
Black with #205CDC
Text Example
Text Example
White with #205CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CDC; }
p { color: rgb(32,92,220); }
H1.HeaderClassName
{
color: #205CDC;
}
.AnyTagClassName
{
color: #205CDC;
}
</style>
background-color css
<style>
a { background-color: #205CDC; }
a { background-color: rgb(32,92,220); }
div.DivClassName
{
background-color: #205CDC;
}
.BgClassName
{
background-color: #205CDC;
}
</style>
border-color css
<style>
span { border-color: #205CDC; }
span { border-color: rgb(32,92,220); }
td.TdClassName
{
border-color: #205CDC;
}
.TagClassName
{
border-color: #205CDC;
}
</style>