Shades of Cerulean Blue #1E4DBB
Tints of Cerulean Blue #1E4DBB
RGB
CMYK
RGB Variations
Color information
#1E4DBB (or 0x1E4DBB) is known color: Cerulean Blue. HEX triplet: 1E, 4D and BB. RGB value is (30,77,187). Sum of RGB (Red+Green+Blue) = 30+77+187=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DBB is #E1B244. Grayscale: #4B4B4B. Windows color (decimal): -14791237 or 12274974. OLE color: 12274974.
HSL color Cylindrical-coordinate representation of color #1E4DBB: hue angle of 222.04º 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 #1E4DBB is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 77 | 187 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.27 |
| HSL | 222.04º | 0.72% | 0.43% | - |
| HSV(B) | 222.04º | 0.84% | 0.73% | - |
| XYZ | 12.16 | 9.17 | 48.14 | - |
| YUV | 75.49 | 190.93 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 187 | 0.84 | 0.59 | 0 | 0.27 | 222.04 | 0.72 | 0.43 |
| Hex | 1E | 4D | BB | 54 | 3B | 0 | 1B | DE | 48 | 2B |
| Octal | 36 | 115 | 273 | 124 | 73 | 0 | 33 | 336 | 110 | 53 |
| Binary | 11110 | 1001101 | 10111011 | 1010100 | 111011 | 0 | 11011 | 11011110 | 1001000 | 101011 |
Color Harmonies of #1E4DBB
Complementary color
Monochromatic Colors of #1E4DBB
Black with #1E4DBB
Text Example
Text Example
White with #1E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4DBB; }
p { color: rgb(30,77,187); }
H1.HeaderClassName
{
color: #1E4DBB;
}
.AnyTagClassName
{
color: #1E4DBB;
}
</style>
background-color css
<style>
a { background-color: #1E4DBB; }
a { background-color: rgb(30,77,187); }
div.DivClassName
{
background-color: #1E4DBB;
}
.BgClassName
{
background-color: #1E4DBB;
}
</style>
border-color css
<style>
span { border-color: #1E4DBB; }
span { border-color: rgb(30,77,187); }
td.TdClassName
{
border-color: #1E4DBB;
}
.TagClassName
{
border-color: #1E4DBB;
}
</style>