Shades of Blue #191EED
Tints of Blue #191EED
RGB
CMYK
RGB Variations
Color information
#191EED (or 0x191EED) is known color: Blue. HEX triplet: 19, 1E and ED. RGB value is (25,30,237). Sum of RGB (Red+Green+Blue) = 25+30+237=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 237 (92.97% from 255 or 81.16% from 292); Max value from RGB is 237 - color contains mainly: blue. Hex color #191EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EED is #E6E112. Grayscale: #333333. Windows color (decimal): -15130899 or 15539737. OLE color: 15539737.
HSL color Cylindrical-coordinate representation of color #191EED: hue angle of 238.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191EED is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 30 | 237 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.07 |
| HSL | 238.58º | 0.85% | 0.51% | - |
| HSV(B) | 238.58º | 0.89% | 0.93% | - |
| XYZ | 16.15 | 7.25 | 80.67 | - |
| YUV | 52.1 | 232.34 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 237 | 0.89 | 0.87 | 0 | 0.07 | 238.58 | 0.85 | 0.51 |
| Hex | 19 | 1E | ED | 59 | 57 | 0 | 7 | EF | 55 | 33 |
| Octal | 31 | 36 | 355 | 131 | 127 | 0 | 7 | 357 | 125 | 63 |
| Binary | 11001 | 11110 | 11101101 | 1011001 | 1010111 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #191EED
Complementary color
Monochromatic Colors of #191EED
Black with #191EED
Text Example
Text Example
White with #191EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EED; }
p { color: rgb(25,30,237); }
H1.HeaderClassName
{
color: #191EED;
}
.AnyTagClassName
{
color: #191EED;
}
</style>
background-color css
<style>
a { background-color: #191EED; }
a { background-color: rgb(25,30,237); }
div.DivClassName
{
background-color: #191EED;
}
.BgClassName
{
background-color: #191EED;
}
</style>
border-color css
<style>
span { border-color: #191EED; }
span { border-color: rgb(25,30,237); }
td.TdClassName
{
border-color: #191EED;
}
.TagClassName
{
border-color: #191EED;
}
</style>