Shades of Cerulean Blue #2051AF
Tints of Cerulean Blue #2051AF
RGB
CMYK
RGB Variations
Color information
#2051AF (or 0x2051AF) is known color: Cerulean Blue. HEX triplet: 20, 51 and AF. RGB value is (32,81,175). Sum of RGB (Red+Green+Blue) = 32+81+175=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #2051AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2051AF is #DFAE50. Grayscale: #4C4C4C. Windows color (decimal): -14659153 or 11489568. OLE color: 11489568.
HSL color Cylindrical-coordinate representation of color #2051AF: hue angle of 219.44º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2051AF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 81 | 175 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.31 |
| HSL | 219.44º | 0.69% | 0.41% | - |
| HSV(B) | 219.44º | 0.82% | 0.69% | - |
| XYZ | 11.28 | 9.29 | 41.76 | - |
| YUV | 77.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 175 | 0.82 | 0.54 | 0 | 0.31 | 219.44 | 0.69 | 0.41 |
| Hex | 20 | 51 | AF | 52 | 36 | 0 | 1F | DB | 45 | 29 |
| Octal | 40 | 121 | 257 | 122 | 66 | 0 | 37 | 333 | 105 | 51 |
| Binary | 100000 | 1010001 | 10101111 | 1010010 | 110110 | 0 | 11111 | 11011011 | 1000101 | 101001 |
Color Harmonies of #2051AF
Complementary color
Monochromatic Colors of #2051AF
Black with #2051AF
Text Example
Text Example
White with #2051AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051AF; }
p { color: rgb(32,81,175); }
H1.HeaderClassName
{
color: #2051AF;
}
.AnyTagClassName
{
color: #2051AF;
}
</style>
background-color css
<style>
a { background-color: #2051AF; }
a { background-color: rgb(32,81,175); }
div.DivClassName
{
background-color: #2051AF;
}
.BgClassName
{
background-color: #2051AF;
}
</style>
border-color css
<style>
span { border-color: #2051AF; }
span { border-color: rgb(32,81,175); }
td.TdClassName
{
border-color: #2051AF;
}
.TagClassName
{
border-color: #2051AF;
}
</style>