Shades of Medium Blue #1519D8
Tints of Medium Blue #1519D8
RGB
CMYK
RGB Variations
Color information
#1519D8 (or 0x1519D8) is known color: Medium Blue. HEX triplet: 15, 19 and D8. RGB value is (21,25,216). Sum of RGB (Red+Green+Blue) = 21+25+216=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 216 (84.77% from 255 or 82.44% from 262); Max value from RGB is 216 - color contains mainly: blue. Hex color #1519D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519D8 is #EAE627. Grayscale: #2C2C2C. Windows color (decimal): -15394344 or 14162197. OLE color: 14162197.
HSL color Cylindrical-coordinate representation of color #1519D8: hue angle of 238.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1519D8 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 25 | 216 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.15 |
| HSL | 238.77º | 0.82% | 0.46% | - |
| HSV(B) | 238.77º | 0.9% | 0.85% | - |
| XYZ | 13.05 | 5.81 | 65.4 | - |
| YUV | 45.58 | 224.17 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 216 | 0.90 | 0.88 | 0 | 0.15 | 238.77 | 0.82 | 0.46 |
| Hex | 15 | 19 | D8 | 5A | 58 | 0 | F | EF | 52 | 2E |
| Octal | 25 | 31 | 330 | 132 | 130 | 0 | 17 | 357 | 122 | 56 |
| Binary | 10101 | 11001 | 11011000 | 1011010 | 1011000 | 0 | 1111 | 11101111 | 1010010 | 101110 |
Color Harmonies of #1519D8
Complementary color
Monochromatic Colors of #1519D8
Black with #1519D8
Text Example
Text Example
White with #1519D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1519D8; }
p { color: rgb(21,25,216); }
H1.HeaderClassName
{
color: #1519D8;
}
.AnyTagClassName
{
color: #1519D8;
}
</style>
background-color css
<style>
a { background-color: #1519D8; }
a { background-color: rgb(21,25,216); }
div.DivClassName
{
background-color: #1519D8;
}
.BgClassName
{
background-color: #1519D8;
}
</style>
border-color css
<style>
span { border-color: #1519D8; }
span { border-color: rgb(21,25,216); }
td.TdClassName
{
border-color: #1519D8;
}
.TagClassName
{
border-color: #1519D8;
}
</style>