Shades of Medium Blue #191ED7
Tints of Medium Blue #191ED7
RGB
CMYK
RGB Variations
Color information
#191ED7 (or 0x191ED7) is known color: Medium Blue. HEX triplet: 19, 1E and D7. RGB value is (25,30,215). Sum of RGB (Red+Green+Blue) = 25+30+215=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 215 (84.38% from 255 or 79.63% from 270); Max value from RGB is 215 - color contains mainly: blue. Hex color #191ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ED7 is #E6E128. Grayscale: #303030. Windows color (decimal): -15130921 or 14097945. OLE color: 14097945.
HSL color Cylindrical-coordinate representation of color #191ED7: hue angle of 238.42º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191ED7 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 30 | 215 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.16 |
| HSL | 238.42º | 0.79% | 0.47% | - |
| HSV(B) | 238.42º | 0.88% | 0.84% | - |
| XYZ | 13.13 | 6.04 | 64.76 | - |
| YUV | 49.6 | 221.34 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 215 | 0.88 | 0.86 | 0 | 0.16 | 238.42 | 0.79 | 0.47 |
| Hex | 19 | 1E | D7 | 58 | 56 | 0 | 10 | EE | 4F | 2F |
| Octal | 31 | 36 | 327 | 130 | 126 | 0 | 20 | 356 | 117 | 57 |
| Binary | 11001 | 11110 | 11010111 | 1011000 | 1010110 | 0 | 10000 | 11101110 | 1001111 | 101111 |
Color Harmonies of #191ED7
Complementary color
Monochromatic Colors of #191ED7
Black with #191ED7
Text Example
Text Example
White with #191ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191ED7; }
p { color: rgb(25,30,215); }
H1.HeaderClassName
{
color: #191ED7;
}
.AnyTagClassName
{
color: #191ED7;
}
</style>
background-color css
<style>
a { background-color: #191ED7; }
a { background-color: rgb(25,30,215); }
div.DivClassName
{
background-color: #191ED7;
}
.BgClassName
{
background-color: #191ED7;
}
</style>
border-color css
<style>
span { border-color: #191ED7; }
span { border-color: rgb(25,30,215); }
td.TdClassName
{
border-color: #191ED7;
}
.TagClassName
{
border-color: #191ED7;
}
</style>