Shades of Cerulean Blue #205AC2
Tints of Cerulean Blue #205AC2
RGB
CMYK
RGB Variations
Color information
#205AC2 (or 0x205AC2) is known color: Cerulean Blue. HEX triplet: 20, 5A and C2. RGB value is (32,90,194). Sum of RGB (Red+Green+Blue) = 32+90+194=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #205AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AC2 is #DFA53D. Grayscale: #545454. Windows color (decimal): -14656830 or 12737056. OLE color: 12737056.
HSL color Cylindrical-coordinate representation of color #205AC2: hue angle of 218.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205AC2 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 90 | 194 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.24 |
| HSL | 218.52º | 0.72% | 0.44% | - |
| HSV(B) | 218.52º | 0.84% | 0.76% | - |
| XYZ | 13.99 | 11.51 | 52.52 | - |
| YUV | 84.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 194 | 0.84 | 0.54 | 0 | 0.24 | 218.52 | 0.72 | 0.44 |
| Hex | 20 | 5A | C2 | 54 | 36 | 0 | 18 | DB | 48 | 2C |
| Octal | 40 | 132 | 302 | 124 | 66 | 0 | 30 | 333 | 110 | 54 |
| Binary | 100000 | 1011010 | 11000010 | 1010100 | 110110 | 0 | 11000 | 11011011 | 1001000 | 101100 |
Color Harmonies of #205AC2
Complementary color
Monochromatic Colors of #205AC2
Black with #205AC2
Text Example
Text Example
White with #205AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AC2; }
p { color: rgb(32,90,194); }
H1.HeaderClassName
{
color: #205AC2;
}
.AnyTagClassName
{
color: #205AC2;
}
</style>
background-color css
<style>
a { background-color: #205AC2; }
a { background-color: rgb(32,90,194); }
div.DivClassName
{
background-color: #205AC2;
}
.BgClassName
{
background-color: #205AC2;
}
</style>
border-color css
<style>
span { border-color: #205AC2; }
span { border-color: rgb(32,90,194); }
td.TdClassName
{
border-color: #205AC2;
}
.TagClassName
{
border-color: #205AC2;
}
</style>