Shades of Cerulean Blue #205AD6
Tints of Cerulean Blue #205AD6
RGB
CMYK
RGB Variations
Color information
#205AD6 (or 0x205AD6) is known color: Cerulean Blue. HEX triplet: 20, 5A and D6. RGB value is (32,90,214). Sum of RGB (Red+Green+Blue) = 32+90+214=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #205AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD6 is #DFA529. Grayscale: #565656. Windows color (decimal): -14656810 or 14047776. OLE color: 14047776.
HSL color Cylindrical-coordinate representation of color #205AD6: hue angle of 220.88º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205AD6 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 90 | 214 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.16 |
| HSL | 220.88º | 0.74% | 0.48% | - |
| HSV(B) | 220.88º | 0.85% | 0.84% | - |
| XYZ | 16.39 | 12.47 | 65.16 | - |
| YUV | 86.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 214 | 0.85 | 0.58 | 0 | 0.16 | 220.88 | 0.74 | 0.48 |
| Hex | 20 | 5A | D6 | 55 | 3A | 0 | 10 | DD | 4A | 30 |
| Octal | 40 | 132 | 326 | 125 | 72 | 0 | 20 | 335 | 112 | 60 |
| Binary | 100000 | 1011010 | 11010110 | 1010101 | 111010 | 0 | 10000 | 11011101 | 1001010 | 110000 |
Color Harmonies of #205AD6
Complementary color
Monochromatic Colors of #205AD6
Black with #205AD6
Text Example
Text Example
White with #205AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AD6; }
p { color: rgb(32,90,214); }
H1.HeaderClassName
{
color: #205AD6;
}
.AnyTagClassName
{
color: #205AD6;
}
</style>
background-color css
<style>
a { background-color: #205AD6; }
a { background-color: rgb(32,90,214); }
div.DivClassName
{
background-color: #205AD6;
}
.BgClassName
{
background-color: #205AD6;
}
</style>
border-color css
<style>
span { border-color: #205AD6; }
span { border-color: rgb(32,90,214); }
td.TdClassName
{
border-color: #205AD6;
}
.TagClassName
{
border-color: #205AD6;
}
</style>