Shades of Cerulean Blue #2047CE
Tints of Cerulean Blue #2047CE
RGB
CMYK
RGB Variations
Color information
#2047CE (or 0x2047CE) is known color: Cerulean Blue. HEX triplet: 20, 47 and CE. RGB value is (32,71,206). Sum of RGB (Red+Green+Blue) = 32+71+206=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #2047CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2047CE is #DFB831. Grayscale: #4A4A4A. Windows color (decimal): -14661682 or 13518624. OLE color: 13518624.
HSL color Cylindrical-coordinate representation of color #2047CE: hue angle of 226.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2047CE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 71 | 206 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.19 |
| HSL | 226.55º | 0.73% | 0.47% | - |
| HSV(B) | 226.55º | 0.84% | 0.81% | - |
| XYZ | 13.99 | 9.27 | 59.44 | - |
| YUV | 74.73 | 202.08 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 206 | 0.84 | 0.66 | 0 | 0.19 | 226.55 | 0.73 | 0.47 |
| Hex | 20 | 47 | CE | 54 | 42 | 0 | 13 | E3 | 49 | 2F |
| Octal | 40 | 107 | 316 | 124 | 102 | 0 | 23 | 343 | 111 | 57 |
| Binary | 100000 | 1000111 | 11001110 | 1010100 | 1000010 | 0 | 10011 | 11100011 | 1001001 | 101111 |
Color Harmonies of #2047CE
Complementary color
Monochromatic Colors of #2047CE
Black with #2047CE
Text Example
Text Example
White with #2047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2047CE; }
p { color: rgb(32,71,206); }
H1.HeaderClassName
{
color: #2047CE;
}
.AnyTagClassName
{
color: #2047CE;
}
</style>
background-color css
<style>
a { background-color: #2047CE; }
a { background-color: rgb(32,71,206); }
div.DivClassName
{
background-color: #2047CE;
}
.BgClassName
{
background-color: #2047CE;
}
</style>
border-color css
<style>
span { border-color: #2047CE; }
span { border-color: rgb(32,71,206); }
td.TdClassName
{
border-color: #2047CE;
}
.TagClassName
{
border-color: #2047CE;
}
</style>