Shades of Cerulean Blue #1549EA
Tints of Cerulean Blue #1549EA
RGB
CMYK
RGB Variations
Color information
#1549EA (or 0x1549EA) is known color: Cerulean Blue. HEX triplet: 15, 49 and EA. RGB value is (21,73,234). Sum of RGB (Red+Green+Blue) = 21+73+234=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #1549EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1549EA is #EAB615. Grayscale: #4B4B4B. Windows color (decimal): -15382038 or 15354133. OLE color: 15354133.
HSL color Cylindrical-coordinate representation of color #1549EA: hue angle of 225.35º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1549EA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 73 | 234 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.08 |
| HSL | 225.35º | 0.84% | 0.5% | - |
| HSV(B) | 225.35º | 0.91% | 0.92% | - |
| XYZ | 17.54 | 10.87 | 79.01 | - |
| YUV | 75.81 | 217.27 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 234 | 0.91 | 0.69 | 0 | 0.08 | 225.35 | 0.84 | 0.5 |
| Hex | 15 | 49 | EA | 5B | 45 | 0 | 8 | E1 | 54 | 32 |
| Octal | 25 | 111 | 352 | 133 | 105 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10101 | 1001001 | 11101010 | 1011011 | 1000101 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #1549EA
Complementary color
Monochromatic Colors of #1549EA
Black with #1549EA
Text Example
Text Example
White with #1549EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549EA; }
p { color: rgb(21,73,234); }
H1.HeaderClassName
{
color: #1549EA;
}
.AnyTagClassName
{
color: #1549EA;
}
</style>
background-color css
<style>
a { background-color: #1549EA; }
a { background-color: rgb(21,73,234); }
div.DivClassName
{
background-color: #1549EA;
}
.BgClassName
{
background-color: #1549EA;
}
</style>
border-color css
<style>
span { border-color: #1549EA; }
span { border-color: rgb(21,73,234); }
td.TdClassName
{
border-color: #1549EA;
}
.TagClassName
{
border-color: #1549EA;
}
</style>