Shades of Cerulean Blue #2E47D4
Tints of Cerulean Blue #2E47D4
RGB
CMYK
RGB Variations
Color information
#2E47D4 (or 0x2E47D4) is known color: Cerulean Blue. HEX triplet: 2E, 47 and D4. RGB value is (46,71,212). Sum of RGB (Red+Green+Blue) = 46+71+212=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 212 (83.20% from 255 or 64.44% from 329); Max value from RGB is 212 - color contains mainly: blue. Hex color #2E47D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E47D4 is #D1B82B. Grayscale: #4F4F4F. Windows color (decimal): -13744172 or 13911854. OLE color: 13911854.
HSL color Cylindrical-coordinate representation of color #2E47D4: hue angle of 230.96º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E47D4 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 71 | 212 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.17 |
| HSL | 230.96º | 0.66% | 0.51% | - |
| HSV(B) | 230.96º | 0.78% | 0.83% | - |
| XYZ | 15.26 | 9.84 | 63.38 | - |
| YUV | 79.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 212 | 0.78 | 0.67 | 0 | 0.17 | 230.96 | 0.66 | 0.51 |
| Hex | 2E | 47 | D4 | 4E | 43 | 0 | 11 | E7 | 42 | 33 |
| Octal | 56 | 107 | 324 | 116 | 103 | 0 | 21 | 347 | 102 | 63 |
| Binary | 101110 | 1000111 | 11010100 | 1001110 | 1000011 | 0 | 10001 | 11100111 | 1000010 | 110011 |
Color Harmonies of #2E47D4
Complementary color
Monochromatic Colors of #2E47D4
Black with #2E47D4
Text Example
Text Example
White with #2E47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E47D4; }
p { color: rgb(46,71,212); }
H1.HeaderClassName
{
color: #2E47D4;
}
.AnyTagClassName
{
color: #2E47D4;
}
</style>
background-color css
<style>
a { background-color: #2E47D4; }
a { background-color: rgb(46,71,212); }
div.DivClassName
{
background-color: #2E47D4;
}
.BgClassName
{
background-color: #2E47D4;
}
</style>
border-color css
<style>
span { border-color: #2E47D4; }
span { border-color: rgb(46,71,212); }
td.TdClassName
{
border-color: #2E47D4;
}
.TagClassName
{
border-color: #2E47D4;
}
</style>