Shades of Medium Blue #1508BE
Tints of Medium Blue #1508BE
RGB
CMYK
RGB Variations
Color information
#1508BE (or 0x1508BE) is known color: Medium Blue. HEX triplet: 15, 08 and BE. RGB value is (21,8,190). Sum of RGB (Red+Green+Blue) = 21+8+190=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #1508BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BE is #EAF741. Grayscale: #1F1F1F. Windows color (decimal): -15398722 or 12453909. OLE color: 12453909.
HSL color Cylindrical-coordinate representation of color #1508BE: hue angle of 244.29º 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 #1508BE is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 8 | 190 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.25 |
| HSL | 244.29º | 0.92% | 0.39% | - |
| HSV(B) | 244.29º | 0.96% | 0.75% | - |
| XYZ | 9.69 | 4.05 | 48.99 | - |
| YUV | 32.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 190 | 0.89 | 0.96 | 0 | 0.25 | 244.29 | 0.92 | 0.39 |
| Hex | 15 | 8 | BE | 59 | 60 | 0 | 19 | F4 | 5C | 27 |
| Octal | 25 | 10 | 276 | 131 | 140 | 0 | 31 | 364 | 134 | 47 |
| Binary | 10101 | 1000 | 10111110 | 1011001 | 1100000 | 0 | 11001 | 11110100 | 1011100 | 100111 |
Color Harmonies of #1508BE
Complementary color
Monochromatic Colors of #1508BE
Black with #1508BE
Text Example
Text Example
White with #1508BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508BE; }
p { color: rgb(21,8,190); }
H1.HeaderClassName
{
color: #1508BE;
}
.AnyTagClassName
{
color: #1508BE;
}
</style>
background-color css
<style>
a { background-color: #1508BE; }
a { background-color: rgb(21,8,190); }
div.DivClassName
{
background-color: #1508BE;
}
.BgClassName
{
background-color: #1508BE;
}
</style>
border-color css
<style>
span { border-color: #1508BE; }
span { border-color: rgb(21,8,190); }
td.TdClassName
{
border-color: #1508BE;
}
.TagClassName
{
border-color: #1508BE;
}
</style>