Shades of Cerulean Blue #1549DF
Tints of Cerulean Blue #1549DF
RGB
CMYK
RGB Variations
Color information
#1549DF (or 0x1549DF) is known color: Cerulean Blue. HEX triplet: 15, 49 and DF. RGB value is (21,73,223). Sum of RGB (Red+Green+Blue) = 21+73+223=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #1549DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549DF is #EAB620. Grayscale: #494949. Windows color (decimal): -15382049 or 14633237. OLE color: 14633237.
HSL color Cylindrical-coordinate representation of color #1549DF: hue angle of 224.55º 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 #1549DF is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 73 | 223 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.13 |
| HSL | 224.55º | 0.83% | 0.48% | - |
| HSV(B) | 224.55º | 0.91% | 0.87% | - |
| XYZ | 16.01 | 10.25 | 70.95 | - |
| YUV | 74.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 223 | 0.91 | 0.67 | 0 | 0.13 | 224.55 | 0.83 | 0.48 |
| Hex | 15 | 49 | DF | 5B | 43 | 0 | D | E1 | 53 | 30 |
| Octal | 25 | 111 | 337 | 133 | 103 | 0 | 15 | 341 | 123 | 60 |
| Binary | 10101 | 1001001 | 11011111 | 1011011 | 1000011 | 0 | 1101 | 11100001 | 1010011 | 110000 |
Color Harmonies of #1549DF
Complementary color
Monochromatic Colors of #1549DF
Black with #1549DF
Text Example
Text Example
White with #1549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1549DF; }
p { color: rgb(21,73,223); }
H1.HeaderClassName
{
color: #1549DF;
}
.AnyTagClassName
{
color: #1549DF;
}
</style>
background-color css
<style>
a { background-color: #1549DF; }
a { background-color: rgb(21,73,223); }
div.DivClassName
{
background-color: #1549DF;
}
.BgClassName
{
background-color: #1549DF;
}
</style>
border-color css
<style>
span { border-color: #1549DF; }
span { border-color: rgb(21,73,223); }
td.TdClassName
{
border-color: #1549DF;
}
.TagClassName
{
border-color: #1549DF;
}
</style>