Shades of Cerulean Blue #1549EE
Tints of Cerulean Blue #1549EE
RGB
CMYK
RGB Variations
Color information
#1549EE (or 0x1549EE) is known color: Cerulean Blue. HEX triplet: 15, 49 and EE. RGB value is (21,73,238). Sum of RGB (Red+Green+Blue) = 21+73+238=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #1549EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1549EE is #EAB611. Grayscale: #4B4B4B. Windows color (decimal): -15382034 or 15616277. OLE color: 15616277.
HSL color Cylindrical-coordinate representation of color #1549EE: hue angle of 225.62º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1549EE is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 73 | 238 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.07 |
| HSL | 225.62º | 0.86% | 0.51% | - |
| HSV(B) | 225.62º | 0.91% | 0.93% | - |
| XYZ | 18.12 | 11.1 | 82.08 | - |
| YUV | 76.26 | 219.27 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 238 | 0.91 | 0.69 | 0 | 0.07 | 225.62 | 0.86 | 0.51 |
| Hex | 15 | 49 | EE | 5B | 45 | 0 | 7 | E2 | 56 | 33 |
| Octal | 25 | 111 | 356 | 133 | 105 | 0 | 7 | 342 | 126 | 63 |
| Binary | 10101 | 1001001 | 11101110 | 1011011 | 1000101 | 0 | 111 | 11100010 | 1010110 | 110011 |
Color Harmonies of #1549EE
Complementary color
Monochromatic Colors of #1549EE
Black with #1549EE
Text Example
Text Example
White with #1549EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549EE; }
p { color: rgb(21,73,238); }
H1.HeaderClassName
{
color: #1549EE;
}
.AnyTagClassName
{
color: #1549EE;
}
</style>
background-color css
<style>
a { background-color: #1549EE; }
a { background-color: rgb(21,73,238); }
div.DivClassName
{
background-color: #1549EE;
}
.BgClassName
{
background-color: #1549EE;
}
</style>
border-color css
<style>
span { border-color: #1549EE; }
span { border-color: rgb(21,73,238); }
td.TdClassName
{
border-color: #1549EE;
}
.TagClassName
{
border-color: #1549EE;
}
</style>