Shades of Medium Blue #1507BF
Tints of Medium Blue #1507BF
RGB
CMYK
RGB Variations
Color information
#1507BF (or 0x1507BF) is known color: Medium Blue. HEX triplet: 15, 07 and BF. RGB value is (21,7,191). Sum of RGB (Red+Green+Blue) = 21+7+191=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #1507BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1507BF is #EAF840. Grayscale: #1F1F1F. Windows color (decimal): -15398977 or 12519189. OLE color: 12519189.
HSL color Cylindrical-coordinate representation of color #1507BF: hue angle of 244.57º degrees, saturation: 0.93, 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 #1507BF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 7 | 191 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.25 |
| HSL | 244.57º | 0.93% | 0.39% | - |
| HSV(B) | 244.57º | 0.96% | 0.75% | - |
| XYZ | 9.79 | 4.07 | 49.56 | - |
| YUV | 32.16 | 217.64 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 191 | 0.89 | 0.96 | 0 | 0.25 | 244.57 | 0.93 | 0.39 |
| Hex | 15 | 7 | BF | 59 | 60 | 0 | 19 | F5 | 5D | 27 |
| Octal | 25 | 7 | 277 | 131 | 140 | 0 | 31 | 365 | 135 | 47 |
| Binary | 10101 | 111 | 10111111 | 1011001 | 1100000 | 0 | 11001 | 11110101 | 1011101 | 100111 |
Color Harmonies of #1507BF
Complementary color
Monochromatic Colors of #1507BF
Black with #1507BF
Text Example
Text Example
White with #1507BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1507BF; }
p { color: rgb(21,7,191); }
H1.HeaderClassName
{
color: #1507BF;
}
.AnyTagClassName
{
color: #1507BF;
}
</style>
background-color css
<style>
a { background-color: #1507BF; }
a { background-color: rgb(21,7,191); }
div.DivClassName
{
background-color: #1507BF;
}
.BgClassName
{
background-color: #1507BF;
}
</style>
border-color css
<style>
span { border-color: #1507BF; }
span { border-color: rgb(21,7,191); }
td.TdClassName
{
border-color: #1507BF;
}
.TagClassName
{
border-color: #1507BF;
}
</style>