Shades of Cerulean Blue #1E4ADB
Tints of Cerulean Blue #1E4ADB
RGB
CMYK
RGB Variations
Color information
#1E4ADB (or 0x1E4ADB) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DB. RGB value is (30,74,219). Sum of RGB (Red+Green+Blue) = 30+74+219=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E4ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADB is #E1B524. Grayscale: #4C4C4C. Windows color (decimal): -14791973 or 14371358. OLE color: 14371358.
HSL color Cylindrical-coordinate representation of color #1E4ADB: hue angle of 226.03º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4ADB is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 74 | 219 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.14 |
| HSL | 226.03º | 0.76% | 0.49% | - |
| HSV(B) | 226.03º | 0.86% | 0.86% | - |
| XYZ | 15.77 | 10.29 | 68.17 | - |
| YUV | 77.37 | 207.92 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 219 | 0.86 | 0.66 | 0 | 0.14 | 226.03 | 0.76 | 0.49 |
| Hex | 1E | 4A | DB | 56 | 42 | 0 | E | E2 | 4C | 31 |
| Octal | 36 | 112 | 333 | 126 | 102 | 0 | 16 | 342 | 114 | 61 |
| Binary | 11110 | 1001010 | 11011011 | 1010110 | 1000010 | 0 | 1110 | 11100010 | 1001100 | 110001 |
Color Harmonies of #1E4ADB
Complementary color
Monochromatic Colors of #1E4ADB
Black with #1E4ADB
Text Example
Text Example
White with #1E4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4ADB; }
p { color: rgb(30,74,219); }
H1.HeaderClassName
{
color: #1E4ADB;
}
.AnyTagClassName
{
color: #1E4ADB;
}
</style>
background-color css
<style>
a { background-color: #1E4ADB; }
a { background-color: rgb(30,74,219); }
div.DivClassName
{
background-color: #1E4ADB;
}
.BgClassName
{
background-color: #1E4ADB;
}
</style>
border-color css
<style>
span { border-color: #1E4ADB; }
span { border-color: rgb(30,74,219); }
td.TdClassName
{
border-color: #1E4ADB;
}
.TagClassName
{
border-color: #1E4ADB;
}
</style>