Shades of Medium Blue #151BD7
Tints of Medium Blue #151BD7
RGB
CMYK
RGB Variations
Color information
#151BD7 (or 0x151BD7) is known color: Medium Blue. HEX triplet: 15, 1B and D7. RGB value is (21,27,215). Sum of RGB (Red+Green+Blue) = 21+27+215=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 215 (84.38% from 255 or 81.75% from 263); Max value from RGB is 215 - color contains mainly: blue. Hex color #151BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151BD7 is #EAE428. Grayscale: #2D2D2D. Windows color (decimal): -15393833 or 14097173. OLE color: 14097173.
HSL color Cylindrical-coordinate representation of color #151BD7: hue angle of 238.14º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151BD7 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 27 | 215 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.16 |
| HSL | 238.14º | 0.82% | 0.46% | - |
| HSV(B) | 238.14º | 0.9% | 0.84% | - |
| XYZ | 12.97 | 5.85 | 64.74 | - |
| YUV | 46.64 | 223.01 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 215 | 0.90 | 0.87 | 0 | 0.16 | 238.14 | 0.82 | 0.46 |
| Hex | 15 | 1B | D7 | 5A | 57 | 0 | 10 | EE | 52 | 2E |
| Octal | 25 | 33 | 327 | 132 | 127 | 0 | 20 | 356 | 122 | 56 |
| Binary | 10101 | 11011 | 11010111 | 1011010 | 1010111 | 0 | 10000 | 11101110 | 1010010 | 101110 |
Color Harmonies of #151BD7
Complementary color
Monochromatic Colors of #151BD7
Black with #151BD7
Text Example
Text Example
White with #151BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151BD7; }
p { color: rgb(21,27,215); }
H1.HeaderClassName
{
color: #151BD7;
}
.AnyTagClassName
{
color: #151BD7;
}
</style>
background-color css
<style>
a { background-color: #151BD7; }
a { background-color: rgb(21,27,215); }
div.DivClassName
{
background-color: #151BD7;
}
.BgClassName
{
background-color: #151BD7;
}
</style>
border-color css
<style>
span { border-color: #151BD7; }
span { border-color: rgb(21,27,215); }
td.TdClassName
{
border-color: #151BD7;
}
.TagClassName
{
border-color: #151BD7;
}
</style>