Shades of Cerulean Blue #1E4AAA
Tints of Cerulean Blue #1E4AAA
RGB
CMYK
RGB Variations
Color information
#1E4AAA (or 0x1E4AAA) is known color: Cerulean Blue. HEX triplet: 1E, 4A and AA. RGB value is (30,74,170). Sum of RGB (Red+Green+Blue) = 30+74+170=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4AAA is #E1B555. Grayscale: #474747. Windows color (decimal): -14792022 or 11160094. OLE color: 11160094.
HSL color Cylindrical-coordinate representation of color #1E4AAA: hue angle of 221.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E4AAA is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 74 | 170 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.33 |
| HSL | 221.14º | 0.7% | 0.39% | - |
| HSV(B) | 221.14º | 0.82% | 0.67% | - |
| XYZ | 10.24 | 8.08 | 39.05 | - |
| YUV | 71.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 170 | 0.82 | 0.56 | 0 | 0.33 | 221.14 | 0.7 | 0.39 |
| Hex | 1E | 4A | AA | 52 | 38 | 0 | 21 | DD | 46 | 27 |
| Octal | 36 | 112 | 252 | 122 | 70 | 0 | 41 | 335 | 106 | 47 |
| Binary | 11110 | 1001010 | 10101010 | 1010010 | 111000 | 0 | 100001 | 11011101 | 1000110 | 100111 |
Color Harmonies of #1E4AAA
Complementary color
Monochromatic Colors of #1E4AAA
Black with #1E4AAA
Text Example
Text Example
White with #1E4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4AAA; }
p { color: rgb(30,74,170); }
H1.HeaderClassName
{
color: #1E4AAA;
}
.AnyTagClassName
{
color: #1E4AAA;
}
</style>
background-color css
<style>
a { background-color: #1E4AAA; }
a { background-color: rgb(30,74,170); }
div.DivClassName
{
background-color: #1E4AAA;
}
.BgClassName
{
background-color: #1E4AAA;
}
</style>
border-color css
<style>
span { border-color: #1E4AAA; }
span { border-color: rgb(30,74,170); }
td.TdClassName
{
border-color: #1E4AAA;
}
.TagClassName
{
border-color: #1E4AAA;
}
</style>