Shades of Cerulean Blue #1549DD
Tints of Cerulean Blue #1549DD
RGB
CMYK
RGB Variations
Color information
#1549DD (or 0x1549DD) is known color: Cerulean Blue. HEX triplet: 15, 49 and DD. RGB value is (21,73,221). Sum of RGB (Red+Green+Blue) = 21+73+221=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #1549DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DD is #EAB622. Grayscale: #494949. Windows color (decimal): -15382051 or 14502165. OLE color: 14502165.
HSL color Cylindrical-coordinate representation of color #1549DD: hue angle of 224.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1549DD is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 73 | 221 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.13 |
| HSL | 224.4º | 0.83% | 0.47% | - |
| HSV(B) | 224.4º | 0.9% | 0.87% | - |
| XYZ | 15.74 | 10.14 | 69.54 | - |
| YUV | 74.32 | 210.77 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 221 | 0.90 | 0.67 | 0 | 0.13 | 224.4 | 0.83 | 0.47 |
| Hex | 15 | 49 | DD | 5A | 43 | 0 | D | E0 | 53 | 2F |
| Octal | 25 | 111 | 335 | 132 | 103 | 0 | 15 | 340 | 123 | 57 |
| Binary | 10101 | 1001001 | 11011101 | 1011010 | 1000011 | 0 | 1101 | 11100000 | 1010011 | 101111 |
Color Harmonies of #1549DD
Complementary color
Monochromatic Colors of #1549DD
Black with #1549DD
Text Example
Text Example
White with #1549DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549DD; }
p { color: rgb(21,73,221); }
H1.HeaderClassName
{
color: #1549DD;
}
.AnyTagClassName
{
color: #1549DD;
}
</style>
background-color css
<style>
a { background-color: #1549DD; }
a { background-color: rgb(21,73,221); }
div.DivClassName
{
background-color: #1549DD;
}
.BgClassName
{
background-color: #1549DD;
}
</style>
border-color css
<style>
span { border-color: #1549DD; }
span { border-color: rgb(21,73,221); }
td.TdClassName
{
border-color: #1549DD;
}
.TagClassName
{
border-color: #1549DD;
}
</style>