Shades of Medium Blue #1505DA
Tints of Medium Blue #1505DA
RGB
CMYK
RGB Variations
Color information
#1505DA (or 0x1505DA) is known color: Medium Blue. HEX triplet: 15, 05 and DA. RGB value is (21,5,218). Sum of RGB (Red+Green+Blue) = 21+5+218=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 218 (85.55% from 255 or 89.34% from 244); Max value from RGB is 218 - color contains mainly: blue. Hex color #1505DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505DA is #EAFA25. Grayscale: #212121. Windows color (decimal): -15399462 or 14288149. OLE color: 14288149.
HSL color Cylindrical-coordinate representation of color #1505DA: hue angle of 244.51º degrees, saturation: 0.96, 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 #1505DA is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 5 | 218 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.15 |
| HSL | 244.51º | 0.96% | 0.44% | - |
| HSV(B) | 244.51º | 0.98% | 0.85% | - |
| XYZ | 13.02 | 5.33 | 66.67 | - |
| YUV | 34.07 | 231.8 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 218 | 0.90 | 0.98 | 0 | 0.15 | 244.51 | 0.96 | 0.44 |
| Hex | 15 | 5 | DA | 5A | 62 | 0 | F | F5 | 60 | 2C |
| Octal | 25 | 5 | 332 | 132 | 142 | 0 | 17 | 365 | 140 | 54 |
| Binary | 10101 | 101 | 11011010 | 1011010 | 1100010 | 0 | 1111 | 11110101 | 1100000 | 101100 |
Color Harmonies of #1505DA
Complementary color
Monochromatic Colors of #1505DA
Black with #1505DA
Text Example
Text Example
White with #1505DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505DA; }
p { color: rgb(21,5,218); }
H1.HeaderClassName
{
color: #1505DA;
}
.AnyTagClassName
{
color: #1505DA;
}
</style>
background-color css
<style>
a { background-color: #1505DA; }
a { background-color: rgb(21,5,218); }
div.DivClassName
{
background-color: #1505DA;
}
.BgClassName
{
background-color: #1505DA;
}
</style>
border-color css
<style>
span { border-color: #1505DA; }
span { border-color: rgb(21,5,218); }
td.TdClassName
{
border-color: #1505DA;
}
.TagClassName
{
border-color: #1505DA;
}
</style>