Shades of Cerulean Blue #1E59D9
Tints of Cerulean Blue #1E59D9
RGB
CMYK
RGB Variations
Color information
#1E59D9 (or 0x1E59D9) is known color: Cerulean Blue. HEX triplet: 1E, 59 and D9. RGB value is (30,89,217). Sum of RGB (Red+Green+Blue) = 30+89+217=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 217 (85.16% from 255 or 64.58% from 336); Max value from RGB is 217 - color contains mainly: blue. Hex color #1E59D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E59D9 is #E1A626. Grayscale: #555555. Windows color (decimal): -14788135 or 14244126. OLE color: 14244126.
HSL color Cylindrical-coordinate representation of color #1E59D9: hue angle of 221.07º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E59D9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 89 | 217 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.15 |
| HSL | 221.07º | 0.76% | 0.48% | - |
| HSV(B) | 221.07º | 0.86% | 0.85% | - |
| XYZ | 16.63 | 12.43 | 67.17 | - |
| YUV | 85.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 217 | 0.86 | 0.59 | 0 | 0.15 | 221.07 | 0.76 | 0.48 |
| Hex | 1E | 59 | D9 | 56 | 3B | 0 | F | DD | 4C | 30 |
| Octal | 36 | 131 | 331 | 126 | 73 | 0 | 17 | 335 | 114 | 60 |
| Binary | 11110 | 1011001 | 11011001 | 1010110 | 111011 | 0 | 1111 | 11011101 | 1001100 | 110000 |
Color Harmonies of #1E59D9
Complementary color
Monochromatic Colors of #1E59D9
Black with #1E59D9
Text Example
Text Example
White with #1E59D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E59D9; }
p { color: rgb(30,89,217); }
H1.HeaderClassName
{
color: #1E59D9;
}
.AnyTagClassName
{
color: #1E59D9;
}
</style>
background-color css
<style>
a { background-color: #1E59D9; }
a { background-color: rgb(30,89,217); }
div.DivClassName
{
background-color: #1E59D9;
}
.BgClassName
{
background-color: #1E59D9;
}
</style>
border-color css
<style>
span { border-color: #1E59D9; }
span { border-color: rgb(30,89,217); }
td.TdClassName
{
border-color: #1E59D9;
}
.TagClassName
{
border-color: #1E59D9;
}
</style>