Shades of Cerulean Blue #1E54CF
Tints of Cerulean Blue #1E54CF
RGB
CMYK
RGB Variations
Color information
#1E54CF (or 0x1E54CF) is known color: Cerulean Blue. HEX triplet: 1E, 54 and CF. RGB value is (30,84,207). Sum of RGB (Red+Green+Blue) = 30+84+207=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E54CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E54CF is #E1AB30. Grayscale: #515151. Windows color (decimal): -14789425 or 13587486. OLE color: 13587486.
HSL color Cylindrical-coordinate representation of color #1E54CF: hue angle of 221.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E54CF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 84 | 207 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.19 |
| HSL | 221.69º | 0.75% | 0.46% | - |
| HSV(B) | 221.69º | 0.86% | 0.81% | - |
| XYZ | 14.97 | 11.12 | 60.39 | - |
| YUV | 81.88 | 198.61 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 207 | 0.86 | 0.59 | 0 | 0.19 | 221.69 | 0.75 | 0.46 |
| Hex | 1E | 54 | CF | 56 | 3B | 0 | 13 | DE | 4B | 2E |
| Octal | 36 | 124 | 317 | 126 | 73 | 0 | 23 | 336 | 113 | 56 |
| Binary | 11110 | 1010100 | 11001111 | 1010110 | 111011 | 0 | 10011 | 11011110 | 1001011 | 101110 |
Color Harmonies of #1E54CF
Complementary color
Monochromatic Colors of #1E54CF
Black with #1E54CF
Text Example
Text Example
White with #1E54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E54CF; }
p { color: rgb(30,84,207); }
H1.HeaderClassName
{
color: #1E54CF;
}
.AnyTagClassName
{
color: #1E54CF;
}
</style>
background-color css
<style>
a { background-color: #1E54CF; }
a { background-color: rgb(30,84,207); }
div.DivClassName
{
background-color: #1E54CF;
}
.BgClassName
{
background-color: #1E54CF;
}
</style>
border-color css
<style>
span { border-color: #1E54CF; }
span { border-color: rgb(30,84,207); }
td.TdClassName
{
border-color: #1E54CF;
}
.TagClassName
{
border-color: #1E54CF;
}
</style>