Shades of Medium Blue #1508C0
Tints of Medium Blue #1508C0
RGB
CMYK
RGB Variations
Color information
#1508C0 (or 0x1508C0) is known color: Medium Blue. HEX triplet: 15, 08 and C0. RGB value is (21,8,192). Sum of RGB (Red+Green+Blue) = 21+8+192=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #1508C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508C0 is #EAF73F. Grayscale: #202020. Windows color (decimal): -15398720 or 12584981. OLE color: 12584981.
HSL color Cylindrical-coordinate representation of color #1508C0: hue angle of 244.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1508C0 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 8 | 192 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.25 |
| HSL | 244.24º | 0.92% | 0.39% | - |
| HSV(B) | 244.24º | 0.96% | 0.75% | - |
| XYZ | 9.91 | 4.14 | 50.15 | - |
| YUV | 32.86 | 217.81 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 192 | 0.89 | 0.96 | 0 | 0.25 | 244.24 | 0.92 | 0.39 |
| Hex | 15 | 8 | C0 | 59 | 60 | 0 | 19 | F4 | 5C | 27 |
| Octal | 25 | 10 | 300 | 131 | 140 | 0 | 31 | 364 | 134 | 47 |
| Binary | 10101 | 1000 | 11000000 | 1011001 | 1100000 | 0 | 11001 | 11110100 | 1011100 | 100111 |
Color Harmonies of #1508C0
Complementary color
Monochromatic Colors of #1508C0
Black with #1508C0
Text Example
Text Example
White with #1508C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508C0; }
p { color: rgb(21,8,192); }
H1.HeaderClassName
{
color: #1508C0;
}
.AnyTagClassName
{
color: #1508C0;
}
</style>
background-color css
<style>
a { background-color: #1508C0; }
a { background-color: rgb(21,8,192); }
div.DivClassName
{
background-color: #1508C0;
}
.BgClassName
{
background-color: #1508C0;
}
</style>
border-color css
<style>
span { border-color: #1508C0; }
span { border-color: rgb(21,8,192); }
td.TdClassName
{
border-color: #1508C0;
}
.TagClassName
{
border-color: #1508C0;
}
</style>