Shades of Cerulean Blue #1E4ADD
Tints of Cerulean Blue #1E4ADD
RGB
CMYK
RGB Variations
Color information
#1E4ADD (or 0x1E4ADD) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DD. RGB value is (30,74,221). Sum of RGB (Red+Green+Blue) = 30+74+221=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E4ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADD is #E1B522. Grayscale: #4C4C4C. Windows color (decimal): -14791971 or 14502430. OLE color: 14502430.
HSL color Cylindrical-coordinate representation of color #1E4ADD: hue angle of 226.18º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4ADD is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 74 | 221 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.13 |
| HSL | 226.18º | 0.76% | 0.49% | - |
| HSV(B) | 226.18º | 0.86% | 0.87% | - |
| XYZ | 16.04 | 10.39 | 69.57 | - |
| YUV | 77.6 | 208.92 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 221 | 0.86 | 0.67 | 0 | 0.13 | 226.18 | 0.76 | 0.49 |
| Hex | 1E | 4A | DD | 56 | 43 | 0 | D | E2 | 4C | 31 |
| Octal | 36 | 112 | 335 | 126 | 103 | 0 | 15 | 342 | 114 | 61 |
| Binary | 11110 | 1001010 | 11011101 | 1010110 | 1000011 | 0 | 1101 | 11100010 | 1001100 | 110001 |
Color Harmonies of #1E4ADD
Complementary color
Monochromatic Colors of #1E4ADD
Black with #1E4ADD
Text Example
Text Example
White with #1E4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4ADD; }
p { color: rgb(30,74,221); }
H1.HeaderClassName
{
color: #1E4ADD;
}
.AnyTagClassName
{
color: #1E4ADD;
}
</style>
background-color css
<style>
a { background-color: #1E4ADD; }
a { background-color: rgb(30,74,221); }
div.DivClassName
{
background-color: #1E4ADD;
}
.BgClassName
{
background-color: #1E4ADD;
}
</style>
border-color css
<style>
span { border-color: #1E4ADD; }
span { border-color: rgb(30,74,221); }
td.TdClassName
{
border-color: #1E4ADD;
}
.TagClassName
{
border-color: #1E4ADD;
}
</style>