Shades of Cerulean Blue #1E51D7
Tints of Cerulean Blue #1E51D7
RGB
CMYK
RGB Variations
Color information
#1E51D7 (or 0x1E51D7) is known color: Cerulean Blue. HEX triplet: 1E, 51 and D7. RGB value is (30,81,215). Sum of RGB (Red+Green+Blue) = 30+81+215=326 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.20% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E51D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E51D7 is #E1AE28. Grayscale: #505050. Windows color (decimal): -14790185 or 14111006. OLE color: 14111006.
HSL color Cylindrical-coordinate representation of color #1E51D7: hue angle of 223.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E51D7 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 81 | 215 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.16 |
| HSL | 223.46º | 0.76% | 0.48% | - |
| HSV(B) | 223.46º | 0.86% | 0.84% | - |
| XYZ | 15.74 | 11.07 | 65.6 | - |
| YUV | 81.03 | 203.6 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 215 | 0.86 | 0.62 | 0 | 0.16 | 223.46 | 0.76 | 0.48 |
| Hex | 1E | 51 | D7 | 56 | 3E | 0 | 10 | DF | 4C | 30 |
| Octal | 36 | 121 | 327 | 126 | 76 | 0 | 20 | 337 | 114 | 60 |
| Binary | 11110 | 1010001 | 11010111 | 1010110 | 111110 | 0 | 10000 | 11011111 | 1001100 | 110000 |
Color Harmonies of #1E51D7
Complementary color
Monochromatic Colors of #1E51D7
Black with #1E51D7
Text Example
Text Example
White with #1E51D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E51D7; }
p { color: rgb(30,81,215); }
H1.HeaderClassName
{
color: #1E51D7;
}
.AnyTagClassName
{
color: #1E51D7;
}
</style>
background-color css
<style>
a { background-color: #1E51D7; }
a { background-color: rgb(30,81,215); }
div.DivClassName
{
background-color: #1E51D7;
}
.BgClassName
{
background-color: #1E51D7;
}
</style>
border-color css
<style>
span { border-color: #1E51D7; }
span { border-color: rgb(30,81,215); }
td.TdClassName
{
border-color: #1E51D7;
}
.TagClassName
{
border-color: #1E51D7;
}
</style>