Shades of Cerulean Blue #2E41CF
Tints of Cerulean Blue #2E41CF
RGB
CMYK
RGB Variations
Color information
#2E41CF (or 0x2E41CF) is known color: Cerulean Blue. HEX triplet: 2E, 41 and CF. RGB value is (46,65,207). Sum of RGB (Red+Green+Blue) = 46+65+207=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E41CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E41CF is #D1BE30. Grayscale: #4A4A4A. Windows color (decimal): -13745713 or 13582638. OLE color: 13582638.
HSL color Cylindrical-coordinate representation of color #2E41CF: hue angle of 232.92º 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 #2E41CF is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 65 | 207 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.19 |
| HSL | 232.92º | 0.64% | 0.5% | - |
| HSV(B) | 232.92º | 0.78% | 0.81% | - |
| XYZ | 14.28 | 8.87 | 59.99 | - |
| YUV | 75.51 | 202.21 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 207 | 0.78 | 0.69 | 0 | 0.19 | 232.92 | 0.64 | 0.5 |
| Hex | 2E | 41 | CF | 4E | 45 | 0 | 13 | E9 | 40 | 32 |
| Octal | 56 | 101 | 317 | 116 | 105 | 0 | 23 | 351 | 100 | 62 |
| Binary | 101110 | 1000001 | 11001111 | 1001110 | 1000101 | 0 | 10011 | 11101001 | 1000000 | 110010 |
Color Harmonies of #2E41CF
Complementary color
Monochromatic Colors of #2E41CF
Black with #2E41CF
Text Example
Text Example
White with #2E41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E41CF; }
p { color: rgb(46,65,207); }
H1.HeaderClassName
{
color: #2E41CF;
}
.AnyTagClassName
{
color: #2E41CF;
}
</style>
background-color css
<style>
a { background-color: #2E41CF; }
a { background-color: rgb(46,65,207); }
div.DivClassName
{
background-color: #2E41CF;
}
.BgClassName
{
background-color: #2E41CF;
}
</style>
border-color css
<style>
span { border-color: #2E41CF; }
span { border-color: rgb(46,65,207); }
td.TdClassName
{
border-color: #2E41CF;
}
.TagClassName
{
border-color: #2E41CF;
}
</style>