Shades of Cerulean Blue #1E4ECE
Tints of Cerulean Blue #1E4ECE
RGB
CMYK
RGB Variations
Color information
#1E4ECE (or 0x1E4ECE) is known color: Cerulean Blue. HEX triplet: 1E, 4E and CE. RGB value is (30,78,206). Sum of RGB (Red+Green+Blue) = 30+78+206=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4ECE is #E1B131. Grayscale: #4D4D4D. Windows color (decimal): -14790962 or 13520414. OLE color: 13520414.
HSL color Cylindrical-coordinate representation of color #1E4ECE: hue angle of 223.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E4ECE is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 78 | 206 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.19 |
| HSL | 223.64º | 0.75% | 0.46% | - |
| HSV(B) | 223.64º | 0.85% | 0.81% | - |
| XYZ | 14.4 | 10.18 | 59.6 | - |
| YUV | 78.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 206 | 0.85 | 0.62 | 0 | 0.19 | 223.64 | 0.75 | 0.46 |
| Hex | 1E | 4E | CE | 55 | 3E | 0 | 13 | E0 | 4B | 2E |
| Octal | 36 | 116 | 316 | 125 | 76 | 0 | 23 | 340 | 113 | 56 |
| Binary | 11110 | 1001110 | 11001110 | 1010101 | 111110 | 0 | 10011 | 11100000 | 1001011 | 101110 |
Color Harmonies of #1E4ECE
Complementary color
Monochromatic Colors of #1E4ECE
Black with #1E4ECE
Text Example
Text Example
White with #1E4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4ECE; }
p { color: rgb(30,78,206); }
H1.HeaderClassName
{
color: #1E4ECE;
}
.AnyTagClassName
{
color: #1E4ECE;
}
</style>
background-color css
<style>
a { background-color: #1E4ECE; }
a { background-color: rgb(30,78,206); }
div.DivClassName
{
background-color: #1E4ECE;
}
.BgClassName
{
background-color: #1E4ECE;
}
</style>
border-color css
<style>
span { border-color: #1E4ECE; }
span { border-color: rgb(30,78,206); }
td.TdClassName
{
border-color: #1E4ECE;
}
.TagClassName
{
border-color: #1E4ECE;
}
</style>