Shades of Cerulean Blue #1E55C9
Tints of Cerulean Blue #1E55C9
RGB
CMYK
RGB Variations
Color information
#1E55C9 (or 0x1E55C9) is known color: Cerulean Blue. HEX triplet: 1E, 55 and C9. RGB value is (30,85,201). Sum of RGB (Red+Green+Blue) = 30+85+201=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #1E55C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E55C9 is #E1AA36. Grayscale: #515151. Windows color (decimal): -14789175 or 13194526. OLE color: 13194526.
HSL color Cylindrical-coordinate representation of color #1E55C9: hue angle of 220.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E55C9 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 85 | 201 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.21 |
| HSL | 220.7º | 0.74% | 0.45% | - |
| HSV(B) | 220.7º | 0.85% | 0.79% | - |
| XYZ | 14.33 | 10.99 | 56.62 | - |
| YUV | 81.78 | 195.28 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 201 | 0.85 | 0.58 | 0 | 0.21 | 220.7 | 0.74 | 0.45 |
| Hex | 1E | 55 | C9 | 55 | 3A | 0 | 15 | DD | 4A | 2D |
| Octal | 36 | 125 | 311 | 125 | 72 | 0 | 25 | 335 | 112 | 55 |
| Binary | 11110 | 1010101 | 11001001 | 1010101 | 111010 | 0 | 10101 | 11011101 | 1001010 | 101101 |
Color Harmonies of #1E55C9
Complementary color
Monochromatic Colors of #1E55C9
Black with #1E55C9
Text Example
Text Example
White with #1E55C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E55C9; }
p { color: rgb(30,85,201); }
H1.HeaderClassName
{
color: #1E55C9;
}
.AnyTagClassName
{
color: #1E55C9;
}
</style>
background-color css
<style>
a { background-color: #1E55C9; }
a { background-color: rgb(30,85,201); }
div.DivClassName
{
background-color: #1E55C9;
}
.BgClassName
{
background-color: #1E55C9;
}
</style>
border-color css
<style>
span { border-color: #1E55C9; }
span { border-color: rgb(30,85,201); }
td.TdClassName
{
border-color: #1E55C9;
}
.TagClassName
{
border-color: #1E55C9;
}
</style>