Shades of Medium Blue #1505D9
Tints of Medium Blue #1505D9
RGB
CMYK
RGB Variations
Color information
#1505D9 (or 0x1505D9) is known color: Medium Blue. HEX triplet: 15, 05 and D9. RGB value is (21,5,217). Sum of RGB (Red+Green+Blue) = 21+5+217=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 217 (85.16% from 255 or 89.30% from 243); Max value from RGB is 217 - color contains mainly: blue. Hex color #1505D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505D9 is #EAFA26. Grayscale: #212121. Windows color (decimal): -15399463 or 14222613. OLE color: 14222613.
HSL color Cylindrical-coordinate representation of color #1505D9: hue angle of 244.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505D9 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 5 | 217 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.15 |
| HSL | 244.53º | 0.95% | 0.44% | - |
| HSV(B) | 244.53º | 0.98% | 0.85% | - |
| XYZ | 12.89 | 5.28 | 65.99 | - |
| YUV | 33.95 | 231.3 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 217 | 0.90 | 0.98 | 0 | 0.15 | 244.53 | 0.95 | 0.44 |
| Hex | 15 | 5 | D9 | 5A | 62 | 0 | F | F5 | 5F | 2C |
| Octal | 25 | 5 | 331 | 132 | 142 | 0 | 17 | 365 | 137 | 54 |
| Binary | 10101 | 101 | 11011001 | 1011010 | 1100010 | 0 | 1111 | 11110101 | 1011111 | 101100 |
Color Harmonies of #1505D9
Complementary color
Monochromatic Colors of #1505D9
Black with #1505D9
Text Example
Text Example
White with #1505D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505D9; }
p { color: rgb(21,5,217); }
H1.HeaderClassName
{
color: #1505D9;
}
.AnyTagClassName
{
color: #1505D9;
}
</style>
background-color css
<style>
a { background-color: #1505D9; }
a { background-color: rgb(21,5,217); }
div.DivClassName
{
background-color: #1505D9;
}
.BgClassName
{
background-color: #1505D9;
}
</style>
border-color css
<style>
span { border-color: #1505D9; }
span { border-color: rgb(21,5,217); }
td.TdClassName
{
border-color: #1505D9;
}
.TagClassName
{
border-color: #1505D9;
}
</style>