Shades of Cerulean Blue #1549DE
Tints of Cerulean Blue #1549DE
RGB
CMYK
RGB Variations
Color information
#1549DE (or 0x1549DE) is known color: Cerulean Blue. HEX triplet: 15, 49 and DE. RGB value is (21,73,222). Sum of RGB (Red+Green+Blue) = 21+73+222=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #1549DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DE is #EAB621. Grayscale: #494949. Windows color (decimal): -15382050 or 14567701. OLE color: 14567701.
HSL color Cylindrical-coordinate representation of color #1549DE: hue angle of 224.48º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1549DE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 73 | 222 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 224.48º | 0.83% | 0.48% | - |
| HSV(B) | 224.48º | 0.91% | 0.87% | - |
| XYZ | 15.88 | 10.2 | 70.24 | - |
| YUV | 74.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 222 | 0.91 | 0.67 | 0 | 0.13 | 224.48 | 0.83 | 0.48 |
| Hex | 15 | 49 | DE | 5B | 43 | 0 | D | E0 | 53 | 30 |
| Octal | 25 | 111 | 336 | 133 | 103 | 0 | 15 | 340 | 123 | 60 |
| Binary | 10101 | 1001001 | 11011110 | 1011011 | 1000011 | 0 | 1101 | 11100000 | 1010011 | 110000 |
Color Harmonies of #1549DE
Complementary color
Monochromatic Colors of #1549DE
Black with #1549DE
Text Example
Text Example
White with #1549DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549DE; }
p { color: rgb(21,73,222); }
H1.HeaderClassName
{
color: #1549DE;
}
.AnyTagClassName
{
color: #1549DE;
}
</style>
background-color css
<style>
a { background-color: #1549DE; }
a { background-color: rgb(21,73,222); }
div.DivClassName
{
background-color: #1549DE;
}
.BgClassName
{
background-color: #1549DE;
}
</style>
border-color css
<style>
span { border-color: #1549DE; }
span { border-color: rgb(21,73,222); }
td.TdClassName
{
border-color: #1549DE;
}
.TagClassName
{
border-color: #1549DE;
}
</style>