Shades of Cerulean Blue #1550DF
Tints of Cerulean Blue #1550DF
RGB
CMYK
RGB Variations
Color information
#1550DF (or 0x1550DF) is known color: Cerulean Blue. HEX triplet: 15, 50 and DF. RGB value is (21,80,223). Sum of RGB (Red+Green+Blue) = 21+80+223=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #1550DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550DF is #EAAF20. Grayscale: #4E4E4E. Windows color (decimal): -15380257 or 14635029. OLE color: 14635029.
HSL color Cylindrical-coordinate representation of color #1550DF: hue angle of 222.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 #1550DF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 80 | 223 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.48º | 0.83% | 0.48% | - |
| HSV(B) | 222.48º | 0.91% | 0.87% | - |
| XYZ | 16.5 | 11.22 | 71.11 | - |
| YUV | 78.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 223 | 0.91 | 0.64 | 0 | 0.13 | 222.48 | 0.83 | 0.48 |
| Hex | 15 | 50 | DF | 5B | 40 | 0 | D | DE | 53 | 30 |
| Octal | 25 | 120 | 337 | 133 | 100 | 0 | 15 | 336 | 123 | 60 |
| Binary | 10101 | 1010000 | 11011111 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010011 | 110000 |
Color Harmonies of #1550DF
Complementary color
Monochromatic Colors of #1550DF
Black with #1550DF
Text Example
Text Example
White with #1550DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550DF; }
p { color: rgb(21,80,223); }
H1.HeaderClassName
{
color: #1550DF;
}
.AnyTagClassName
{
color: #1550DF;
}
</style>
background-color css
<style>
a { background-color: #1550DF; }
a { background-color: rgb(21,80,223); }
div.DivClassName
{
background-color: #1550DF;
}
.BgClassName
{
background-color: #1550DF;
}
</style>
border-color css
<style>
span { border-color: #1550DF; }
span { border-color: rgb(21,80,223); }
td.TdClassName
{
border-color: #1550DF;
}
.TagClassName
{
border-color: #1550DF;
}
</style>