Shades of Medium Blue #1522DF
Tints of Medium Blue #1522DF
RGB
CMYK
RGB Variations
Color information
#1522DF (or 0x1522DF) is known color: Medium Blue. HEX triplet: 15, 22 and DF. RGB value is (21,34,223). Sum of RGB (Red+Green+Blue) = 21+34+223=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #1522DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1522DF is #EADD20. Grayscale: #323232. Windows color (decimal): -15392033 or 14623253. OLE color: 14623253.
HSL color Cylindrical-coordinate representation of color #1522DF: hue angle of 236.14º 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 #1522DF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 34 | 223 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.13 |
| HSL | 236.14º | 0.83% | 0.48% | - |
| HSV(B) | 236.14º | 0.91% | 0.87% | - |
| XYZ | 14.2 | 6.63 | 70.34 | - |
| YUV | 51.66 | 224.69 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 223 | 0.91 | 0.85 | 0 | 0.13 | 236.14 | 0.83 | 0.48 |
| Hex | 15 | 22 | DF | 5B | 55 | 0 | D | EC | 53 | 30 |
| Octal | 25 | 42 | 337 | 133 | 125 | 0 | 15 | 354 | 123 | 60 |
| Binary | 10101 | 100010 | 11011111 | 1011011 | 1010101 | 0 | 1101 | 11101100 | 1010011 | 110000 |
Color Harmonies of #1522DF
Complementary color
Monochromatic Colors of #1522DF
Black with #1522DF
Text Example
Text Example
White with #1522DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1522DF; }
p { color: rgb(21,34,223); }
H1.HeaderClassName
{
color: #1522DF;
}
.AnyTagClassName
{
color: #1522DF;
}
</style>
background-color css
<style>
a { background-color: #1522DF; }
a { background-color: rgb(21,34,223); }
div.DivClassName
{
background-color: #1522DF;
}
.BgClassName
{
background-color: #1522DF;
}
</style>
border-color css
<style>
span { border-color: #1522DF; }
span { border-color: rgb(21,34,223); }
td.TdClassName
{
border-color: #1522DF;
}
.TagClassName
{
border-color: #1522DF;
}
</style>