Shades of Medium Blue #1508D7
Tints of Medium Blue #1508D7
RGB
CMYK
RGB Variations
Color information
#1508D7 (or 0x1508D7) is known color: Medium Blue. HEX triplet: 15, 08 and D7. RGB value is (21,8,215). Sum of RGB (Red+Green+Blue) = 21+8+215=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 215 (84.38% from 255 or 88.11% from 244); Max value from RGB is 215 - color contains mainly: blue. Hex color #1508D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508D7 is #EAF728. Grayscale: #222222. Windows color (decimal): -15398697 or 14092309. OLE color: 14092309.
HSL color Cylindrical-coordinate representation of color #1508D7: hue angle of 243.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508D7 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 8 | 215 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.16 |
| HSL | 243.77º | 0.93% | 0.44% | - |
| HSV(B) | 243.77º | 0.96% | 0.84% | - |
| XYZ | 12.66 | 5.24 | 64.63 | - |
| YUV | 35.49 | 229.31 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 215 | 0.90 | 0.96 | 0 | 0.16 | 243.77 | 0.93 | 0.44 |
| Hex | 15 | 8 | D7 | 5A | 60 | 0 | 10 | F4 | 5D | 2C |
| Octal | 25 | 10 | 327 | 132 | 140 | 0 | 20 | 364 | 135 | 54 |
| Binary | 10101 | 1000 | 11010111 | 1011010 | 1100000 | 0 | 10000 | 11110100 | 1011101 | 101100 |
Color Harmonies of #1508D7
Complementary color
Monochromatic Colors of #1508D7
Black with #1508D7
Text Example
Text Example
White with #1508D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508D7; }
p { color: rgb(21,8,215); }
H1.HeaderClassName
{
color: #1508D7;
}
.AnyTagClassName
{
color: #1508D7;
}
</style>
background-color css
<style>
a { background-color: #1508D7; }
a { background-color: rgb(21,8,215); }
div.DivClassName
{
background-color: #1508D7;
}
.BgClassName
{
background-color: #1508D7;
}
</style>
border-color css
<style>
span { border-color: #1508D7; }
span { border-color: rgb(21,8,215); }
td.TdClassName
{
border-color: #1508D7;
}
.TagClassName
{
border-color: #1508D7;
}
</style>