Shades of Cerulean Blue #2051CF
Tints of Cerulean Blue #2051CF
RGB
CMYK
RGB Variations
Color information
#2051CF (or 0x2051CF) is known color: Cerulean Blue. HEX triplet: 20, 51 and CF. RGB value is (32,81,207). Sum of RGB (Red+Green+Blue) = 32+81+207=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #2051CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051CF is #DFAE30. Grayscale: #505050. Windows color (decimal): -14659121 or 13586720. OLE color: 13586720.
HSL color Cylindrical-coordinate representation of color #2051CF: hue angle of 223.2º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2051CF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 81 | 207 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.19 |
| HSL | 223.2º | 0.73% | 0.47% | - |
| HSV(B) | 223.2º | 0.85% | 0.81% | - |
| XYZ | 14.8 | 10.7 | 60.32 | - |
| YUV | 80.71 | 199.27 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 207 | 0.85 | 0.61 | 0 | 0.19 | 223.2 | 0.73 | 0.47 |
| Hex | 20 | 51 | CF | 55 | 3D | 0 | 13 | DF | 49 | 2F |
| Octal | 40 | 121 | 317 | 125 | 75 | 0 | 23 | 337 | 111 | 57 |
| Binary | 100000 | 1010001 | 11001111 | 1010101 | 111101 | 0 | 10011 | 11011111 | 1001001 | 101111 |
Color Harmonies of #2051CF
Complementary color
Monochromatic Colors of #2051CF
Black with #2051CF
Text Example
Text Example
White with #2051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051CF; }
p { color: rgb(32,81,207); }
H1.HeaderClassName
{
color: #2051CF;
}
.AnyTagClassName
{
color: #2051CF;
}
</style>
background-color css
<style>
a { background-color: #2051CF; }
a { background-color: rgb(32,81,207); }
div.DivClassName
{
background-color: #2051CF;
}
.BgClassName
{
background-color: #2051CF;
}
</style>
border-color css
<style>
span { border-color: #2051CF; }
span { border-color: rgb(32,81,207); }
td.TdClassName
{
border-color: #2051CF;
}
.TagClassName
{
border-color: #2051CF;
}
</style>