Shades of Cerulean Blue #1E4ADA
Tints of Cerulean Blue #1E4ADA
RGB
CMYK
RGB Variations
Color information
#1E4ADA (or 0x1E4ADA) is known color: Cerulean Blue. HEX triplet: 1E, 4A and DA. RGB value is (30,74,218). Sum of RGB (Red+Green+Blue) = 30+74+218=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ADA is #E1B525. Grayscale: #4C4C4C. Windows color (decimal): -14791974 or 14305822. OLE color: 14305822.
HSL color Cylindrical-coordinate representation of color #1E4ADA: hue angle of 225.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4ADA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 74 | 218 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.15 |
| HSL | 225.96º | 0.76% | 0.49% | - |
| HSV(B) | 225.96º | 0.86% | 0.85% | - |
| XYZ | 15.64 | 10.24 | 67.48 | - |
| YUV | 77.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 218 | 0.86 | 0.66 | 0 | 0.15 | 225.96 | 0.76 | 0.49 |
| Hex | 1E | 4A | DA | 56 | 42 | 0 | F | E2 | 4C | 31 |
| Octal | 36 | 112 | 332 | 126 | 102 | 0 | 17 | 342 | 114 | 61 |
| Binary | 11110 | 1001010 | 11011010 | 1010110 | 1000010 | 0 | 1111 | 11100010 | 1001100 | 110001 |
Color Harmonies of #1E4ADA
Complementary color
Monochromatic Colors of #1E4ADA
Black with #1E4ADA
Text Example
Text Example
White with #1E4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4ADA; }
p { color: rgb(30,74,218); }
H1.HeaderClassName
{
color: #1E4ADA;
}
.AnyTagClassName
{
color: #1E4ADA;
}
</style>
background-color css
<style>
a { background-color: #1E4ADA; }
a { background-color: rgb(30,74,218); }
div.DivClassName
{
background-color: #1E4ADA;
}
.BgClassName
{
background-color: #1E4ADA;
}
</style>
border-color css
<style>
span { border-color: #1E4ADA; }
span { border-color: rgb(30,74,218); }
td.TdClassName
{
border-color: #1E4ADA;
}
.TagClassName
{
border-color: #1E4ADA;
}
</style>