Shades of Cerulean Blue #205ADD
Tints of Cerulean Blue #205ADD
RGB
CMYK
RGB Variations
Color information
#205ADD (or 0x205ADD) is known color: Cerulean Blue. HEX triplet: 20, 5A and DD. RGB value is (32,90,221). Sum of RGB (Red+Green+Blue) = 32+90+221=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #205ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ADD is #DFA522. Grayscale: #575757. Windows color (decimal): -14656803 or 14506528. OLE color: 14506528.
HSL color Cylindrical-coordinate representation of color #205ADD: hue angle of 221.59º 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 #205ADD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 90 | 221 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.13 |
| HSL | 221.59º | 0.75% | 0.5% | - |
| HSV(B) | 221.59º | 0.86% | 0.87% | - |
| XYZ | 17.3 | 12.84 | 69.97 | - |
| YUV | 87.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 221 | 0.86 | 0.59 | 0 | 0.13 | 221.59 | 0.75 | 0.5 |
| Hex | 20 | 5A | DD | 56 | 3B | 0 | D | DE | 4B | 32 |
| Octal | 40 | 132 | 335 | 126 | 73 | 0 | 15 | 336 | 113 | 62 |
| Binary | 100000 | 1011010 | 11011101 | 1010110 | 111011 | 0 | 1101 | 11011110 | 1001011 | 110010 |
Color Harmonies of #205ADD
Complementary color
Monochromatic Colors of #205ADD
Black with #205ADD
Text Example
Text Example
White with #205ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ADD; }
p { color: rgb(32,90,221); }
H1.HeaderClassName
{
color: #205ADD;
}
.AnyTagClassName
{
color: #205ADD;
}
</style>
background-color css
<style>
a { background-color: #205ADD; }
a { background-color: rgb(32,90,221); }
div.DivClassName
{
background-color: #205ADD;
}
.BgClassName
{
background-color: #205ADD;
}
</style>
border-color css
<style>
span { border-color: #205ADD; }
span { border-color: rgb(32,90,221); }
td.TdClassName
{
border-color: #205ADD;
}
.TagClassName
{
border-color: #205ADD;
}
</style>