Shades of Cerulean Blue #1E5BDD
Tints of Cerulean Blue #1E5BDD
RGB
CMYK
RGB Variations
Color information
#1E5BDD (or 0x1E5BDD) is known color: Cerulean Blue. HEX triplet: 1E, 5B and DD. RGB value is (30,91,221). Sum of RGB (Red+Green+Blue) = 30+91+221=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E5BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5BDD is #E1A422. Grayscale: #575757. Windows color (decimal): -14787619 or 14506782. OLE color: 14506782.
HSL color Cylindrical-coordinate representation of color #1E5BDD: hue angle of 220.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5BDD is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 91 | 221 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.13 |
| HSL | 220.84º | 0.76% | 0.49% | - |
| HSV(B) | 220.84º | 0.86% | 0.87% | - |
| XYZ | 17.33 | 12.98 | 70 | - |
| YUV | 87.58 | 203.29 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 221 | 0.86 | 0.59 | 0 | 0.13 | 220.84 | 0.76 | 0.49 |
| Hex | 1E | 5B | DD | 56 | 3B | 0 | D | DD | 4C | 31 |
| Octal | 36 | 133 | 335 | 126 | 73 | 0 | 15 | 335 | 114 | 61 |
| Binary | 11110 | 1011011 | 11011101 | 1010110 | 111011 | 0 | 1101 | 11011101 | 1001100 | 110001 |
Color Harmonies of #1E5BDD
Complementary color
Monochromatic Colors of #1E5BDD
Black with #1E5BDD
Text Example
Text Example
White with #1E5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BDD; }
p { color: rgb(30,91,221); }
H1.HeaderClassName
{
color: #1E5BDD;
}
.AnyTagClassName
{
color: #1E5BDD;
}
</style>
background-color css
<style>
a { background-color: #1E5BDD; }
a { background-color: rgb(30,91,221); }
div.DivClassName
{
background-color: #1E5BDD;
}
.BgClassName
{
background-color: #1E5BDD;
}
</style>
border-color css
<style>
span { border-color: #1E5BDD; }
span { border-color: rgb(30,91,221); }
td.TdClassName
{
border-color: #1E5BDD;
}
.TagClassName
{
border-color: #1E5BDD;
}
</style>