Shades of Medium Blue #1510D8
Tints of Medium Blue #1510D8
RGB
CMYK
RGB Variations
Color information
#1510D8 (or 0x1510D8) is known color: Medium Blue. HEX triplet: 15, 10 and D8. RGB value is (21,16,216). Sum of RGB (Red+Green+Blue) = 21+16+216=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 216 (84.77% from 255 or 85.38% from 253); Max value from RGB is 216 - color contains mainly: blue. Hex color #1510D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1510D8 is #EAEF27. Grayscale: #272727. Windows color (decimal): -15396648 or 14159893. OLE color: 14159893.
HSL color Cylindrical-coordinate representation of color #1510D8: hue angle of 241.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1510D8 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 16 | 216 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.15 |
| HSL | 241.5º | 0.86% | 0.45% | - |
| HSV(B) | 241.5º | 0.93% | 0.85% | - |
| XYZ | 12.89 | 5.49 | 65.35 | - |
| YUV | 40.3 | 227.16 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 216 | 0.90 | 0.93 | 0 | 0.15 | 241.5 | 0.86 | 0.45 |
| Hex | 15 | 10 | D8 | 5A | 5D | 0 | F | F2 | 56 | 2D |
| Octal | 25 | 20 | 330 | 132 | 135 | 0 | 17 | 362 | 126 | 55 |
| Binary | 10101 | 10000 | 11011000 | 1011010 | 1011101 | 0 | 1111 | 11110010 | 1010110 | 101101 |
Color Harmonies of #1510D8
Complementary color
Monochromatic Colors of #1510D8
Black with #1510D8
Text Example
Text Example
White with #1510D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510D8; }
p { color: rgb(21,16,216); }
H1.HeaderClassName
{
color: #1510D8;
}
.AnyTagClassName
{
color: #1510D8;
}
</style>
background-color css
<style>
a { background-color: #1510D8; }
a { background-color: rgb(21,16,216); }
div.DivClassName
{
background-color: #1510D8;
}
.BgClassName
{
background-color: #1510D8;
}
</style>
border-color css
<style>
span { border-color: #1510D8; }
span { border-color: rgb(21,16,216); }
td.TdClassName
{
border-color: #1510D8;
}
.TagClassName
{
border-color: #1510D8;
}
</style>