Shades of Cerulean Blue #205AD9
Tints of Cerulean Blue #205AD9
RGB
CMYK
RGB Variations
Color information
#205AD9 (or 0x205AD9) is known color: Cerulean Blue. HEX triplet: 20, 5A and D9. RGB value is (32,90,217). Sum of RGB (Red+Green+Blue) = 32+90+217=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #205AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD9 is #DFA526. Grayscale: #565656. Windows color (decimal): -14656807 or 14244384. OLE color: 14244384.
HSL color Cylindrical-coordinate representation of color #205AD9: hue angle of 221.19º 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 #205AD9 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 90 | 217 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.15 |
| HSL | 221.19º | 0.74% | 0.49% | - |
| HSV(B) | 221.19º | 0.85% | 0.85% | - |
| XYZ | 16.78 | 12.63 | 67.2 | - |
| YUV | 87.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 217 | 0.85 | 0.59 | 0 | 0.15 | 221.19 | 0.74 | 0.49 |
| Hex | 20 | 5A | D9 | 55 | 3B | 0 | F | DD | 4A | 31 |
| Octal | 40 | 132 | 331 | 125 | 73 | 0 | 17 | 335 | 112 | 61 |
| Binary | 100000 | 1011010 | 11011001 | 1010101 | 111011 | 0 | 1111 | 11011101 | 1001010 | 110001 |
Color Harmonies of #205AD9
Complementary color
Monochromatic Colors of #205AD9
Black with #205AD9
Text Example
Text Example
White with #205AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AD9; }
p { color: rgb(32,90,217); }
H1.HeaderClassName
{
color: #205AD9;
}
.AnyTagClassName
{
color: #205AD9;
}
</style>
background-color css
<style>
a { background-color: #205AD9; }
a { background-color: rgb(32,90,217); }
div.DivClassName
{
background-color: #205AD9;
}
.BgClassName
{
background-color: #205AD9;
}
</style>
border-color css
<style>
span { border-color: #205AD9; }
span { border-color: rgb(32,90,217); }
td.TdClassName
{
border-color: #205AD9;
}
.TagClassName
{
border-color: #205AD9;
}
</style>