Shades of Cerulean Blue #205ACB
Tints of Cerulean Blue #205ACB
RGB
CMYK
RGB Variations
Color information
#205ACB (or 0x205ACB) is known color: Cerulean Blue. HEX triplet: 20, 5A and CB. RGB value is (32,90,203). Sum of RGB (Red+Green+Blue) = 32+90+203=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #205ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205ACB is #DFA534. Grayscale: #555555. Windows color (decimal): -14656821 or 13326880. OLE color: 13326880.
HSL color Cylindrical-coordinate representation of color #205ACB: hue angle of 219.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205ACB is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 90 | 203 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.20 |
| HSL | 219.65º | 0.73% | 0.46% | - |
| HSV(B) | 219.65º | 0.84% | 0.8% | - |
| XYZ | 15.03 | 11.93 | 58.01 | - |
| YUV | 85.54 | 194.28 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 203 | 0.84 | 0.56 | 0 | 0.20 | 219.65 | 0.73 | 0.46 |
| Hex | 20 | 5A | CB | 54 | 38 | 0 | 14 | DC | 49 | 2E |
| Octal | 40 | 132 | 313 | 124 | 70 | 0 | 24 | 334 | 111 | 56 |
| Binary | 100000 | 1011010 | 11001011 | 1010100 | 111000 | 0 | 10100 | 11011100 | 1001001 | 101110 |
Color Harmonies of #205ACB
Complementary color
Monochromatic Colors of #205ACB
Black with #205ACB
Text Example
Text Example
White with #205ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205ACB; }
p { color: rgb(32,90,203); }
H1.HeaderClassName
{
color: #205ACB;
}
.AnyTagClassName
{
color: #205ACB;
}
</style>
background-color css
<style>
a { background-color: #205ACB; }
a { background-color: rgb(32,90,203); }
div.DivClassName
{
background-color: #205ACB;
}
.BgClassName
{
background-color: #205ACB;
}
</style>
border-color css
<style>
span { border-color: #205ACB; }
span { border-color: rgb(32,90,203); }
td.TdClassName
{
border-color: #205ACB;
}
.TagClassName
{
border-color: #205ACB;
}
</style>