Shades of Cerulean Blue #1849E1
Tints of Cerulean Blue #1849E1
RGB
CMYK
RGB Variations
Color information
#1849E1 (or 0x1849E1) is known color: Cerulean Blue. HEX triplet: 18, 49 and E1. RGB value is (24,73,225). Sum of RGB (Red+Green+Blue) = 24+73+225=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #1849E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1849E1 is #E7B61E. Grayscale: #4B4B4B. Windows color (decimal): -15185439 or 14764312. OLE color: 14764312.
HSL color Cylindrical-coordinate representation of color #1849E1: hue angle of 225.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1849E1 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 73 | 225 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.12 |
| HSL | 225.37º | 0.81% | 0.49% | - |
| HSV(B) | 225.37º | 0.89% | 0.88% | - |
| XYZ | 16.35 | 10.4 | 72.38 | - |
| YUV | 75.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 225 | 0.89 | 0.68 | 0 | 0.12 | 225.37 | 0.81 | 0.49 |
| Hex | 18 | 49 | E1 | 59 | 44 | 0 | C | E1 | 51 | 31 |
| Octal | 30 | 111 | 341 | 131 | 104 | 0 | 14 | 341 | 121 | 61 |
| Binary | 11000 | 1001001 | 11100001 | 1011001 | 1000100 | 0 | 1100 | 11100001 | 1010001 | 110001 |
Color Harmonies of #1849E1
Complementary color
Monochromatic Colors of #1849E1
Black with #1849E1
Text Example
Text Example
White with #1849E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849E1; }
p { color: rgb(24,73,225); }
H1.HeaderClassName
{
color: #1849E1;
}
.AnyTagClassName
{
color: #1849E1;
}
</style>
background-color css
<style>
a { background-color: #1849E1; }
a { background-color: rgb(24,73,225); }
div.DivClassName
{
background-color: #1849E1;
}
.BgClassName
{
background-color: #1849E1;
}
</style>
border-color css
<style>
span { border-color: #1849E1; }
span { border-color: rgb(24,73,225); }
td.TdClassName
{
border-color: #1849E1;
}
.TagClassName
{
border-color: #1849E1;
}
</style>