Shades of Cerulean Blue #1E4FBA
Tints of Cerulean Blue #1E4FBA
RGB
CMYK
RGB Variations
Color information
#1E4FBA (or 0x1E4FBA) is known color: Cerulean Blue. HEX triplet: 1E, 4F and BA. RGB value is (30,79,186). Sum of RGB (Red+Green+Blue) = 30+79+186=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E4FBA is #E1B045. Grayscale: #4C4C4C. Windows color (decimal): -14790726 or 12209950. OLE color: 12209950.
HSL color Cylindrical-coordinate representation of color #1E4FBA: hue angle of 221.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E4FBA is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 79 | 186 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.27 |
| HSL | 221.15º | 0.72% | 0.42% | - |
| HSV(B) | 221.15º | 0.84% | 0.73% | - |
| XYZ | 12.19 | 9.41 | 47.63 | - |
| YUV | 76.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 186 | 0.84 | 0.58 | 0 | 0.27 | 221.15 | 0.72 | 0.42 |
| Hex | 1E | 4F | BA | 54 | 3A | 0 | 1B | DD | 48 | 2A |
| Octal | 36 | 117 | 272 | 124 | 72 | 0 | 33 | 335 | 110 | 52 |
| Binary | 11110 | 1001111 | 10111010 | 1010100 | 111010 | 0 | 11011 | 11011101 | 1001000 | 101010 |
Color Harmonies of #1E4FBA
Complementary color
Monochromatic Colors of #1E4FBA
Black with #1E4FBA
Text Example
Text Example
White with #1E4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FBA; }
p { color: rgb(30,79,186); }
H1.HeaderClassName
{
color: #1E4FBA;
}
.AnyTagClassName
{
color: #1E4FBA;
}
</style>
background-color css
<style>
a { background-color: #1E4FBA; }
a { background-color: rgb(30,79,186); }
div.DivClassName
{
background-color: #1E4FBA;
}
.BgClassName
{
background-color: #1E4FBA;
}
</style>
border-color css
<style>
span { border-color: #1E4FBA; }
span { border-color: rgb(30,79,186); }
td.TdClassName
{
border-color: #1E4FBA;
}
.TagClassName
{
border-color: #1E4FBA;
}
</style>