Shades of Medium Blue #1521DF
Tints of Medium Blue #1521DF
RGB
CMYK
RGB Variations
Color information
#1521DF (or 0x1521DF) is known color: Medium Blue. HEX triplet: 15, 21 and DF. RGB value is (21,33,223). Sum of RGB (Red+Green+Blue) = 21+33+223=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #1521DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1521DF is #EADE20. Grayscale: #323232. Windows color (decimal): -15392289 or 14622997. OLE color: 14622997.
HSL color Cylindrical-coordinate representation of color #1521DF: hue angle of 236.44º 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 #1521DF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 33 | 223 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.13 |
| HSL | 236.44º | 0.83% | 0.48% | - |
| HSV(B) | 236.44º | 0.91% | 0.87% | - |
| XYZ | 14.17 | 6.57 | 70.33 | - |
| YUV | 51.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 223 | 0.91 | 0.85 | 0 | 0.13 | 236.44 | 0.83 | 0.48 |
| Hex | 15 | 21 | DF | 5B | 55 | 0 | D | EC | 53 | 30 |
| Octal | 25 | 41 | 337 | 133 | 125 | 0 | 15 | 354 | 123 | 60 |
| Binary | 10101 | 100001 | 11011111 | 1011011 | 1010101 | 0 | 1101 | 11101100 | 1010011 | 110000 |
Color Harmonies of #1521DF
Complementary color
Monochromatic Colors of #1521DF
Black with #1521DF
Text Example
Text Example
White with #1521DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1521DF; }
p { color: rgb(21,33,223); }
H1.HeaderClassName
{
color: #1521DF;
}
.AnyTagClassName
{
color: #1521DF;
}
</style>
background-color css
<style>
a { background-color: #1521DF; }
a { background-color: rgb(21,33,223); }
div.DivClassName
{
background-color: #1521DF;
}
.BgClassName
{
background-color: #1521DF;
}
</style>
border-color css
<style>
span { border-color: #1521DF; }
span { border-color: rgb(21,33,223); }
td.TdClassName
{
border-color: #1521DF;
}
.TagClassName
{
border-color: #1521DF;
}
</style>