Shades of Cerulean Blue #1E4EDC
Tints of Cerulean Blue #1E4EDC
RGB
CMYK
RGB Variations
Color information
#1E4EDC (or 0x1E4EDC) is known color: Cerulean Blue. HEX triplet: 1E, 4E and DC. RGB value is (30,78,220). Sum of RGB (Red+Green+Blue) = 30+78+220=328 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.15% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4EDC is #E1B123. Grayscale: #4F4F4F. Windows color (decimal): -14790948 or 14437918. OLE color: 14437918.
HSL color Cylindrical-coordinate representation of color #1E4EDC: hue angle of 224.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E4EDC is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 78 | 220 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.14 |
| HSL | 224.84º | 0.76% | 0.49% | - |
| HSV(B) | 224.84º | 0.86% | 0.86% | - |
| XYZ | 16.18 | 10.89 | 68.96 | - |
| YUV | 79.84 | 207.1 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 220 | 0.86 | 0.65 | 0 | 0.14 | 224.84 | 0.76 | 0.49 |
| Hex | 1E | 4E | DC | 56 | 41 | 0 | E | E1 | 4C | 31 |
| Octal | 36 | 116 | 334 | 126 | 101 | 0 | 16 | 341 | 114 | 61 |
| Binary | 11110 | 1001110 | 11011100 | 1010110 | 1000001 | 0 | 1110 | 11100001 | 1001100 | 110001 |
Color Harmonies of #1E4EDC
Complementary color
Monochromatic Colors of #1E4EDC
Black with #1E4EDC
Text Example
Text Example
White with #1E4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EDC; }
p { color: rgb(30,78,220); }
H1.HeaderClassName
{
color: #1E4EDC;
}
.AnyTagClassName
{
color: #1E4EDC;
}
</style>
background-color css
<style>
a { background-color: #1E4EDC; }
a { background-color: rgb(30,78,220); }
div.DivClassName
{
background-color: #1E4EDC;
}
.BgClassName
{
background-color: #1E4EDC;
}
</style>
border-color css
<style>
span { border-color: #1E4EDC; }
span { border-color: rgb(30,78,220); }
td.TdClassName
{
border-color: #1E4EDC;
}
.TagClassName
{
border-color: #1E4EDC;
}
</style>