Shades of Cerulean Blue #1E4DC0
Tints of Cerulean Blue #1E4DC0
RGB
CMYK
RGB Variations
Color information
#1E4DC0 (or 0x1E4DC0) is known color: Cerulean Blue. HEX triplet: 1E, 4D and C0. RGB value is (30,77,192). Sum of RGB (Red+Green+Blue) = 30+77+192=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E4DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DC0 is #E1B23F. Grayscale: #4B4B4B. Windows color (decimal): -14791232 or 12602654. OLE color: 12602654.
HSL color Cylindrical-coordinate representation of color #1E4DC0: hue angle of 222.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4DC0 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 77 | 192 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.25 |
| HSL | 222.59º | 0.73% | 0.44% | - |
| HSV(B) | 222.59º | 0.84% | 0.75% | - |
| XYZ | 12.7 | 9.39 | 51.01 | - |
| YUV | 76.06 | 193.43 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 192 | 0.84 | 0.60 | 0 | 0.25 | 222.59 | 0.73 | 0.44 |
| Hex | 1E | 4D | C0 | 54 | 3C | 0 | 19 | DF | 49 | 2C |
| Octal | 36 | 115 | 300 | 124 | 74 | 0 | 31 | 337 | 111 | 54 |
| Binary | 11110 | 1001101 | 11000000 | 1010100 | 111100 | 0 | 11001 | 11011111 | 1001001 | 101100 |
Color Harmonies of #1E4DC0
Complementary color
Monochromatic Colors of #1E4DC0
Black with #1E4DC0
Text Example
Text Example
White with #1E4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4DC0; }
p { color: rgb(30,77,192); }
H1.HeaderClassName
{
color: #1E4DC0;
}
.AnyTagClassName
{
color: #1E4DC0;
}
</style>
background-color css
<style>
a { background-color: #1E4DC0; }
a { background-color: rgb(30,77,192); }
div.DivClassName
{
background-color: #1E4DC0;
}
.BgClassName
{
background-color: #1E4DC0;
}
</style>
border-color css
<style>
span { border-color: #1E4DC0; }
span { border-color: rgb(30,77,192); }
td.TdClassName
{
border-color: #1E4DC0;
}
.TagClassName
{
border-color: #1E4DC0;
}
</style>