Shades of Cerulean Blue #1E50B9
Tints of Cerulean Blue #1E50B9
RGB
CMYK
RGB Variations
Color information
#1E50B9 (or 0x1E50B9) is known color: Cerulean Blue. HEX triplet: 1E, 50 and B9. RGB value is (30,80,185). Sum of RGB (Red+Green+Blue) = 30+80+185=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #1E50B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E50B9 is #E1AF46. Grayscale: #4C4C4C. Windows color (decimal): -14790471 or 12144670. OLE color: 12144670.
HSL color Cylindrical-coordinate representation of color #1E50B9: hue angle of 220.65º 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 #1E50B9 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 80 | 185 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.27 |
| HSL | 220.65º | 0.72% | 0.42% | - |
| HSV(B) | 220.65º | 0.84% | 0.73% | - |
| XYZ | 12.16 | 9.52 | 47.09 | - |
| YUV | 77.02 | 188.94 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 185 | 0.84 | 0.57 | 0 | 0.27 | 220.65 | 0.72 | 0.42 |
| Hex | 1E | 50 | B9 | 54 | 39 | 0 | 1B | DD | 48 | 2A |
| Octal | 36 | 120 | 271 | 124 | 71 | 0 | 33 | 335 | 110 | 52 |
| Binary | 11110 | 1010000 | 10111001 | 1010100 | 111001 | 0 | 11011 | 11011101 | 1001000 | 101010 |
Color Harmonies of #1E50B9
Complementary color
Monochromatic Colors of #1E50B9
Black with #1E50B9
Text Example
Text Example
White with #1E50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E50B9; }
p { color: rgb(30,80,185); }
H1.HeaderClassName
{
color: #1E50B9;
}
.AnyTagClassName
{
color: #1E50B9;
}
</style>
background-color css
<style>
a { background-color: #1E50B9; }
a { background-color: rgb(30,80,185); }
div.DivClassName
{
background-color: #1E50B9;
}
.BgClassName
{
background-color: #1E50B9;
}
</style>
border-color css
<style>
span { border-color: #1E50B9; }
span { border-color: rgb(30,80,185); }
td.TdClassName
{
border-color: #1E50B9;
}
.TagClassName
{
border-color: #1E50B9;
}
</style>