Shades of Cerulean Blue #1E49BF
Tints of Cerulean Blue #1E49BF
RGB
CMYK
RGB Variations
Color information
#1E49BF (or 0x1E49BF) is known color: Cerulean Blue. HEX triplet: 1E, 49 and BF. RGB value is (30,73,191). Sum of RGB (Red+Green+Blue) = 30+73+191=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E49BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E49BF is #E1B640. Grayscale: #494949. Windows color (decimal): -14792257 or 12536094. OLE color: 12536094.
HSL color Cylindrical-coordinate representation of color #1E49BF: hue angle of 223.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E49BF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 73 | 191 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.25 |
| HSL | 223.98º | 0.73% | 0.43% | - |
| HSV(B) | 223.98º | 0.84% | 0.75% | - |
| XYZ | 12.32 | 8.8 | 50.34 | - |
| YUV | 73.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 191 | 0.84 | 0.62 | 0 | 0.25 | 223.98 | 0.73 | 0.43 |
| Hex | 1E | 49 | BF | 54 | 3E | 0 | 19 | E0 | 49 | 2B |
| Octal | 36 | 111 | 277 | 124 | 76 | 0 | 31 | 340 | 111 | 53 |
| Binary | 11110 | 1001001 | 10111111 | 1010100 | 111110 | 0 | 11001 | 11100000 | 1001001 | 101011 |
Color Harmonies of #1E49BF
Complementary color
Monochromatic Colors of #1E49BF
Black with #1E49BF
Text Example
Text Example
White with #1E49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E49BF; }
p { color: rgb(30,73,191); }
H1.HeaderClassName
{
color: #1E49BF;
}
.AnyTagClassName
{
color: #1E49BF;
}
</style>
background-color css
<style>
a { background-color: #1E49BF; }
a { background-color: rgb(30,73,191); }
div.DivClassName
{
background-color: #1E49BF;
}
.BgClassName
{
background-color: #1E49BF;
}
</style>
border-color css
<style>
span { border-color: #1E49BF; }
span { border-color: rgb(30,73,191); }
td.TdClassName
{
border-color: #1E49BF;
}
.TagClassName
{
border-color: #1E49BF;
}
</style>