Shades of Medium Blue #1508BB
Tints of Medium Blue #1508BB
RGB
CMYK
RGB Variations
Color information
#1508BB (or 0x1508BB) is known color: Medium Blue. HEX triplet: 15, 08 and BB. RGB value is (21,8,187). Sum of RGB (Red+Green+Blue) = 21+8+187=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #1508BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BB is #EAF744. Grayscale: #1F1F1F. Windows color (decimal): -15398725 or 12257301. OLE color: 12257301.
HSL color Cylindrical-coordinate representation of color #1508BB: hue angle of 244.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508BB is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 8 | 187 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.27 |
| HSL | 244.36º | 0.92% | 0.38% | - |
| HSV(B) | 244.36º | 0.96% | 0.73% | - |
| XYZ | 9.37 | 3.92 | 47.28 | - |
| YUV | 32.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 187 | 0.89 | 0.96 | 0 | 0.27 | 244.36 | 0.92 | 0.38 |
| Hex | 15 | 8 | BB | 59 | 60 | 0 | 1B | F4 | 5C | 26 |
| Octal | 25 | 10 | 273 | 131 | 140 | 0 | 33 | 364 | 134 | 46 |
| Binary | 10101 | 1000 | 10111011 | 1011001 | 1100000 | 0 | 11011 | 11110100 | 1011100 | 100110 |
Color Harmonies of #1508BB
Complementary color
Monochromatic Colors of #1508BB
Black with #1508BB
Text Example
Text Example
White with #1508BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508BB; }
p { color: rgb(21,8,187); }
H1.HeaderClassName
{
color: #1508BB;
}
.AnyTagClassName
{
color: #1508BB;
}
</style>
background-color css
<style>
a { background-color: #1508BB; }
a { background-color: rgb(21,8,187); }
div.DivClassName
{
background-color: #1508BB;
}
.BgClassName
{
background-color: #1508BB;
}
</style>
border-color css
<style>
span { border-color: #1508BB; }
span { border-color: rgb(21,8,187); }
td.TdClassName
{
border-color: #1508BB;
}
.TagClassName
{
border-color: #1508BB;
}
</style>