Shades of Cerulean Blue #2E5FBA
Tints of Cerulean Blue #2E5FBA
RGB
CMYK
RGB Variations
Color information
#2E5FBA (or 0x2E5FBA) is known color: Cerulean Blue. HEX triplet: 2E, 5F and BA. RGB value is (46,95,186). Sum of RGB (Red+Green+Blue) = 46+95+186=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FBA is #D1A045. Grayscale: #5A5A5A. Windows color (decimal): -13738054 or 12214062. OLE color: 12214062.
HSL color Cylindrical-coordinate representation of color #2E5FBA: hue angle of 219º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5FBA is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 95 | 186 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.27 |
| HSL | 219º | 0.6% | 0.45% | - |
| HSV(B) | 219º | 0.75% | 0.73% | - |
| XYZ | 14.08 | 12.31 | 48.09 | - |
| YUV | 90.72 | 181.77 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 186 | 0.75 | 0.49 | 0 | 0.27 | 219 | 0.6 | 0.45 |
| Hex | 2E | 5F | BA | 4B | 31 | 0 | 1B | DB | 3C | 2D |
| Octal | 56 | 137 | 272 | 113 | 61 | 0 | 33 | 333 | 74 | 55 |
| Binary | 101110 | 1011111 | 10111010 | 1001011 | 110001 | 0 | 11011 | 11011011 | 111100 | 101101 |
Color Harmonies of #2E5FBA
Complementary color
Monochromatic Colors of #2E5FBA
Black with #2E5FBA
Text Example
Text Example
White with #2E5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FBA; }
p { color: rgb(46,95,186); }
H1.HeaderClassName
{
color: #2E5FBA;
}
.AnyTagClassName
{
color: #2E5FBA;
}
</style>
background-color css
<style>
a { background-color: #2E5FBA; }
a { background-color: rgb(46,95,186); }
div.DivClassName
{
background-color: #2E5FBA;
}
.BgClassName
{
background-color: #2E5FBA;
}
</style>
border-color css
<style>
span { border-color: #2E5FBA; }
span { border-color: rgb(46,95,186); }
td.TdClassName
{
border-color: #2E5FBA;
}
.TagClassName
{
border-color: #2E5FBA;
}
</style>