Shades of Cerulean Blue #1549DB
Tints of Cerulean Blue #1549DB
RGB
CMYK
RGB Variations
Color information
#1549DB (or 0x1549DB) is known color: Cerulean Blue. HEX triplet: 15, 49 and DB. RGB value is (21,73,219). Sum of RGB (Red+Green+Blue) = 21+73+219=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #1549DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DB is #EAB624. Grayscale: #494949. Windows color (decimal): -15382053 or 14371093. OLE color: 14371093.
HSL color Cylindrical-coordinate representation of color #1549DB: hue angle of 224.24º degrees, saturation: 0.82, 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 #1549DB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 73 | 219 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.14 |
| HSL | 224.24º | 0.83% | 0.47% | - |
| HSV(B) | 224.24º | 0.9% | 0.86% | - |
| XYZ | 15.48 | 10.04 | 68.14 | - |
| YUV | 74.1 | 209.77 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 219 | 0.90 | 0.67 | 0 | 0.14 | 224.24 | 0.83 | 0.47 |
| Hex | 15 | 49 | DB | 5A | 43 | 0 | E | E0 | 52 | 2F |
| Octal | 25 | 111 | 333 | 132 | 103 | 0 | 16 | 340 | 122 | 57 |
| Binary | 10101 | 1001001 | 11011011 | 1011010 | 1000011 | 0 | 1110 | 11100000 | 1010010 | 101111 |
Color Harmonies of #1549DB
Complementary color
Monochromatic Colors of #1549DB
Black with #1549DB
Text Example
Text Example
White with #1549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549DB; }
p { color: rgb(21,73,219); }
H1.HeaderClassName
{
color: #1549DB;
}
.AnyTagClassName
{
color: #1549DB;
}
</style>
background-color css
<style>
a { background-color: #1549DB; }
a { background-color: rgb(21,73,219); }
div.DivClassName
{
background-color: #1549DB;
}
.BgClassName
{
background-color: #1549DB;
}
</style>
border-color css
<style>
span { border-color: #1549DB; }
span { border-color: rgb(21,73,219); }
td.TdClassName
{
border-color: #1549DB;
}
.TagClassName
{
border-color: #1549DB;
}
</style>