Shades of Cerulean Blue #1849EA
Tints of Cerulean Blue #1849EA
RGB
CMYK
RGB Variations
Color information
#1849EA (or 0x1849EA) is known color: Cerulean Blue. HEX triplet: 18, 49 and EA. RGB value is (24,73,234). Sum of RGB (Red+Green+Blue) = 24+73+234=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #1849EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1849EA is #E7B615. Grayscale: #4C4C4C. Windows color (decimal): -15185430 or 15354136. OLE color: 15354136.
HSL color Cylindrical-coordinate representation of color #1849EA: hue angle of 226º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1849EA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 73 | 234 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.08 |
| HSL | 226º | 0.83% | 0.51% | - |
| HSV(B) | 226º | 0.9% | 0.92% | - |
| XYZ | 17.61 | 10.9 | 79.02 | - |
| YUV | 76.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 234 | 0.90 | 0.69 | 0 | 0.08 | 226 | 0.83 | 0.51 |
| Hex | 18 | 49 | EA | 5A | 45 | 0 | 8 | E2 | 53 | 33 |
| Octal | 30 | 111 | 352 | 132 | 105 | 0 | 10 | 342 | 123 | 63 |
| Binary | 11000 | 1001001 | 11101010 | 1011010 | 1000101 | 0 | 1000 | 11100010 | 1010011 | 110011 |
Color Harmonies of #1849EA
Complementary color
Monochromatic Colors of #1849EA
Black with #1849EA
Text Example
Text Example
White with #1849EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1849EA; }
p { color: rgb(24,73,234); }
H1.HeaderClassName
{
color: #1849EA;
}
.AnyTagClassName
{
color: #1849EA;
}
</style>
background-color css
<style>
a { background-color: #1849EA; }
a { background-color: rgb(24,73,234); }
div.DivClassName
{
background-color: #1849EA;
}
.BgClassName
{
background-color: #1849EA;
}
</style>
border-color css
<style>
span { border-color: #1849EA; }
span { border-color: rgb(24,73,234); }
td.TdClassName
{
border-color: #1849EA;
}
.TagClassName
{
border-color: #1849EA;
}
</style>