Shades of Cerulean Blue #1549DC
Tints of Cerulean Blue #1549DC
RGB
CMYK
RGB Variations
Color information
#1549DC (or 0x1549DC) is known color: Cerulean Blue. HEX triplet: 15, 49 and DC. RGB value is (21,73,220). Sum of RGB (Red+Green+Blue) = 21+73+220=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #1549DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DC is #EAB623. Grayscale: #494949. Windows color (decimal): -15382052 or 14436629. OLE color: 14436629.
HSL color Cylindrical-coordinate representation of color #1549DC: hue angle of 224.32º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1549DC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 73 | 220 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.14 |
| HSL | 224.32º | 0.83% | 0.47% | - |
| HSV(B) | 224.32º | 0.9% | 0.86% | - |
| XYZ | 15.61 | 10.09 | 68.84 | - |
| YUV | 74.21 | 210.27 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 220 | 0.90 | 0.67 | 0 | 0.14 | 224.32 | 0.83 | 0.47 |
| Hex | 15 | 49 | DC | 5A | 43 | 0 | E | E0 | 53 | 2F |
| Octal | 25 | 111 | 334 | 132 | 103 | 0 | 16 | 340 | 123 | 57 |
| Binary | 10101 | 1001001 | 11011100 | 1011010 | 1000011 | 0 | 1110 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1549DC
Complementary color
Monochromatic Colors of #1549DC
Black with #1549DC
Text Example
Text Example
White with #1549DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549DC; }
p { color: rgb(21,73,220); }
H1.HeaderClassName
{
color: #1549DC;
}
.AnyTagClassName
{
color: #1549DC;
}
</style>
background-color css
<style>
a { background-color: #1549DC; }
a { background-color: rgb(21,73,220); }
div.DivClassName
{
background-color: #1549DC;
}
.BgClassName
{
background-color: #1549DC;
}
</style>
border-color css
<style>
span { border-color: #1549DC; }
span { border-color: rgb(21,73,220); }
td.TdClassName
{
border-color: #1549DC;
}
.TagClassName
{
border-color: #1549DC;
}
</style>