Shades of Cerulean Blue #2E49CF
Tints of Cerulean Blue #2E49CF
RGB
CMYK
RGB Variations
Color information
#2E49CF (or 0x2E49CF) is known color: Cerulean Blue. HEX triplet: 2E, 49 and CF. RGB value is (46,73,207). Sum of RGB (Red+Green+Blue) = 46+73+207=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E49CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49CF is #D1B630. Grayscale: #4F4F4F. Windows color (decimal): -13743665 or 13584686. OLE color: 13584686.
HSL color Cylindrical-coordinate representation of color #2E49CF: hue angle of 229.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E49CF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 73 | 207 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.19 |
| HSL | 229.94º | 0.64% | 0.5% | - |
| HSV(B) | 229.94º | 0.78% | 0.81% | - |
| XYZ | 14.77 | 9.85 | 60.15 | - |
| YUV | 80.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 207 | 0.78 | 0.65 | 0 | 0.19 | 229.94 | 0.64 | 0.5 |
| Hex | 2E | 49 | CF | 4E | 41 | 0 | 13 | E6 | 40 | 32 |
| Octal | 56 | 111 | 317 | 116 | 101 | 0 | 23 | 346 | 100 | 62 |
| Binary | 101110 | 1001001 | 11001111 | 1001110 | 1000001 | 0 | 10011 | 11100110 | 1000000 | 110010 |
Color Harmonies of #2E49CF
Complementary color
Monochromatic Colors of #2E49CF
Black with #2E49CF
Text Example
Text Example
White with #2E49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E49CF; }
p { color: rgb(46,73,207); }
H1.HeaderClassName
{
color: #2E49CF;
}
.AnyTagClassName
{
color: #2E49CF;
}
</style>
background-color css
<style>
a { background-color: #2E49CF; }
a { background-color: rgb(46,73,207); }
div.DivClassName
{
background-color: #2E49CF;
}
.BgClassName
{
background-color: #2E49CF;
}
</style>
border-color css
<style>
span { border-color: #2E49CF; }
span { border-color: rgb(46,73,207); }
td.TdClassName
{
border-color: #2E49CF;
}
.TagClassName
{
border-color: #2E49CF;
}
</style>