Shades of Cerulean Blue #1E4ACD
Tints of Cerulean Blue #1E4ACD
RGB
CMYK
RGB Variations
Color information
#1E4ACD (or 0x1E4ACD) is known color: Cerulean Blue. HEX triplet: 1E, 4A and CD. RGB value is (30,74,205). Sum of RGB (Red+Green+Blue) = 30+74+205=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E4ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E4ACD is #E1B532. Grayscale: #4B4B4B. Windows color (decimal): -14791987 or 13453854. OLE color: 13453854.
HSL color Cylindrical-coordinate representation of color #1E4ACD: hue angle of 224.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4ACD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 74 | 205 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.20 |
| HSL | 224.91º | 0.74% | 0.46% | - |
| HSV(B) | 224.91º | 0.85% | 0.8% | - |
| XYZ | 14 | 9.58 | 58.87 | - |
| YUV | 75.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 205 | 0.85 | 0.64 | 0 | 0.20 | 224.91 | 0.74 | 0.46 |
| Hex | 1E | 4A | CD | 55 | 40 | 0 | 14 | E1 | 4A | 2E |
| Octal | 36 | 112 | 315 | 125 | 100 | 0 | 24 | 341 | 112 | 56 |
| Binary | 11110 | 1001010 | 11001101 | 1010101 | 1000000 | 0 | 10100 | 11100001 | 1001010 | 101110 |
Color Harmonies of #1E4ACD
Complementary color
Monochromatic Colors of #1E4ACD
Black with #1E4ACD
Text Example
Text Example
White with #1E4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4ACD; }
p { color: rgb(30,74,205); }
H1.HeaderClassName
{
color: #1E4ACD;
}
.AnyTagClassName
{
color: #1E4ACD;
}
</style>
background-color css
<style>
a { background-color: #1E4ACD; }
a { background-color: rgb(30,74,205); }
div.DivClassName
{
background-color: #1E4ACD;
}
.BgClassName
{
background-color: #1E4ACD;
}
</style>
border-color css
<style>
span { border-color: #1E4ACD; }
span { border-color: rgb(30,74,205); }
td.TdClassName
{
border-color: #1E4ACD;
}
.TagClassName
{
border-color: #1E4ACD;
}
</style>