Shades of Cerulean Blue #1E4EBB
Tints of Cerulean Blue #1E4EBB
RGB
CMYK
RGB Variations
Color information
#1E4EBB (or 0x1E4EBB) is known color: Cerulean Blue. HEX triplet: 1E, 4E and BB. RGB value is (30,78,187). Sum of RGB (Red+Green+Blue) = 30+78+187=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E4EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4EBB is #E1B144. Grayscale: #4B4B4B. Windows color (decimal): -14790981 or 12275230. OLE color: 12275230.
HSL color Cylindrical-coordinate representation of color #1E4EBB: hue angle of 221.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4EBB is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 78 | 187 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.27 |
| HSL | 221.66º | 0.72% | 0.43% | - |
| HSV(B) | 221.66º | 0.84% | 0.73% | - |
| XYZ | 12.23 | 9.31 | 48.17 | - |
| YUV | 76.07 | 190.6 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 187 | 0.84 | 0.58 | 0 | 0.27 | 221.66 | 0.72 | 0.43 |
| Hex | 1E | 4E | BB | 54 | 3A | 0 | 1B | DE | 48 | 2B |
| Octal | 36 | 116 | 273 | 124 | 72 | 0 | 33 | 336 | 110 | 53 |
| Binary | 11110 | 1001110 | 10111011 | 1010100 | 111010 | 0 | 11011 | 11011110 | 1001000 | 101011 |
Color Harmonies of #1E4EBB
Complementary color
Monochromatic Colors of #1E4EBB
Black with #1E4EBB
Text Example
Text Example
White with #1E4EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EBB; }
p { color: rgb(30,78,187); }
H1.HeaderClassName
{
color: #1E4EBB;
}
.AnyTagClassName
{
color: #1E4EBB;
}
</style>
background-color css
<style>
a { background-color: #1E4EBB; }
a { background-color: rgb(30,78,187); }
div.DivClassName
{
background-color: #1E4EBB;
}
.BgClassName
{
background-color: #1E4EBB;
}
</style>
border-color css
<style>
span { border-color: #1E4EBB; }
span { border-color: rgb(30,78,187); }
td.TdClassName
{
border-color: #1E4EBB;
}
.TagClassName
{
border-color: #1E4EBB;
}
</style>