Shades of Cerulean Blue #1E4DBD
Tints of Cerulean Blue #1E4DBD
RGB
CMYK
RGB Variations
Color information
#1E4DBD (or 0x1E4DBD) is known color: Cerulean Blue. HEX triplet: 1E, 4D and BD. RGB value is (30,77,189). Sum of RGB (Red+Green+Blue) = 30+77+189=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E4DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4DBD is #E1B242. Grayscale: #4B4B4B. Windows color (decimal): -14791235 or 12406046. OLE color: 12406046.
HSL color Cylindrical-coordinate representation of color #1E4DBD: hue angle of 222.26º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4DBD is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 77 | 189 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.26 |
| HSL | 222.26º | 0.73% | 0.43% | - |
| HSV(B) | 222.26º | 0.84% | 0.74% | - |
| XYZ | 12.37 | 9.26 | 49.28 | - |
| YUV | 75.72 | 191.93 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 189 | 0.84 | 0.59 | 0 | 0.26 | 222.26 | 0.73 | 0.43 |
| Hex | 1E | 4D | BD | 54 | 3B | 0 | 1A | DE | 49 | 2B |
| Octal | 36 | 115 | 275 | 124 | 73 | 0 | 32 | 336 | 111 | 53 |
| Binary | 11110 | 1001101 | 10111101 | 1010100 | 111011 | 0 | 11010 | 11011110 | 1001001 | 101011 |
Color Harmonies of #1E4DBD
Complementary color
Monochromatic Colors of #1E4DBD
Black with #1E4DBD
Text Example
Text Example
White with #1E4DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4DBD; }
p { color: rgb(30,77,189); }
H1.HeaderClassName
{
color: #1E4DBD;
}
.AnyTagClassName
{
color: #1E4DBD;
}
</style>
background-color css
<style>
a { background-color: #1E4DBD; }
a { background-color: rgb(30,77,189); }
div.DivClassName
{
background-color: #1E4DBD;
}
.BgClassName
{
background-color: #1E4DBD;
}
</style>
border-color css
<style>
span { border-color: #1E4DBD; }
span { border-color: rgb(30,77,189); }
td.TdClassName
{
border-color: #1E4DBD;
}
.TagClassName
{
border-color: #1E4DBD;
}
</style>