Shades of Cerulean Blue #205AD1
Tints of Cerulean Blue #205AD1
RGB
CMYK
RGB Variations
Color information
#205AD1 (or 0x205AD1) is known color: Cerulean Blue. HEX triplet: 20, 5A and D1. RGB value is (32,90,209). Sum of RGB (Red+Green+Blue) = 32+90+209=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #205AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD1 is #DFA52E. Grayscale: #555555. Windows color (decimal): -14656815 or 13720096. OLE color: 13720096.
HSL color Cylindrical-coordinate representation of color #205AD1: hue angle of 220.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205AD1 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 90 | 209 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.18 |
| HSL | 220.34º | 0.73% | 0.47% | - |
| HSV(B) | 220.34º | 0.85% | 0.82% | - |
| XYZ | 15.76 | 12.22 | 61.85 | - |
| YUV | 86.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 209 | 0.85 | 0.57 | 0 | 0.18 | 220.34 | 0.73 | 0.47 |
| Hex | 20 | 5A | D1 | 55 | 39 | 0 | 12 | DC | 49 | 2F |
| Octal | 40 | 132 | 321 | 125 | 71 | 0 | 22 | 334 | 111 | 57 |
| Binary | 100000 | 1011010 | 11010001 | 1010101 | 111001 | 0 | 10010 | 11011100 | 1001001 | 101111 |
Color Harmonies of #205AD1
Complementary color
Monochromatic Colors of #205AD1
Black with #205AD1
Text Example
Text Example
White with #205AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AD1; }
p { color: rgb(32,90,209); }
H1.HeaderClassName
{
color: #205AD1;
}
.AnyTagClassName
{
color: #205AD1;
}
</style>
background-color css
<style>
a { background-color: #205AD1; }
a { background-color: rgb(32,90,209); }
div.DivClassName
{
background-color: #205AD1;
}
.BgClassName
{
background-color: #205AD1;
}
</style>
border-color css
<style>
span { border-color: #205AD1; }
span { border-color: rgb(32,90,209); }
td.TdClassName
{
border-color: #205AD1;
}
.TagClassName
{
border-color: #205AD1;
}
</style>