Shades of Medium Blue #1508BF
Tints of Medium Blue #1508BF
RGB
CMYK
RGB Variations
Color information
#1508BF (or 0x1508BF) is known color: Medium Blue. HEX triplet: 15, 08 and BF. RGB value is (21,8,191). Sum of RGB (Red+Green+Blue) = 21+8+191=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #1508BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BF is #EAF740. Grayscale: #202020. Windows color (decimal): -15398721 or 12519445. OLE color: 12519445.
HSL color Cylindrical-coordinate representation of color #1508BF: hue angle of 244.26º 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 #1508BF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 8 | 191 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.25 |
| HSL | 244.26º | 0.92% | 0.39% | - |
| HSV(B) | 244.26º | 0.96% | 0.75% | - |
| XYZ | 9.8 | 4.09 | 49.56 | - |
| YUV | 32.75 | 217.31 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 191 | 0.89 | 0.96 | 0 | 0.25 | 244.26 | 0.92 | 0.39 |
| Hex | 15 | 8 | BF | 59 | 60 | 0 | 19 | F4 | 5C | 27 |
| Octal | 25 | 10 | 277 | 131 | 140 | 0 | 31 | 364 | 134 | 47 |
| Binary | 10101 | 1000 | 10111111 | 1011001 | 1100000 | 0 | 11001 | 11110100 | 1011100 | 100111 |
Color Harmonies of #1508BF
Complementary color
Monochromatic Colors of #1508BF
Black with #1508BF
Text Example
Text Example
White with #1508BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508BF; }
p { color: rgb(21,8,191); }
H1.HeaderClassName
{
color: #1508BF;
}
.AnyTagClassName
{
color: #1508BF;
}
</style>
background-color css
<style>
a { background-color: #1508BF; }
a { background-color: rgb(21,8,191); }
div.DivClassName
{
background-color: #1508BF;
}
.BgClassName
{
background-color: #1508BF;
}
</style>
border-color css
<style>
span { border-color: #1508BF; }
span { border-color: rgb(21,8,191); }
td.TdClassName
{
border-color: #1508BF;
}
.TagClassName
{
border-color: #1508BF;
}
</style>