Shades of Blue #191FEE
Tints of Blue #191FEE
RGB
CMYK
RGB Variations
Color information
#191FEE (or 0x191FEE) is known color: Blue. HEX triplet: 19, 1F and EE. RGB value is (25,31,238). Sum of RGB (Red+Green+Blue) = 25+31+238=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 238 (93.36% from 255 or 80.95% from 294); Max value from RGB is 238 - color contains mainly: blue. Hex color #191FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191FEE is #E6E011. Grayscale: #333333. Windows color (decimal): -15130642 or 15605529. OLE color: 15605529.
HSL color Cylindrical-coordinate representation of color #191FEE: hue angle of 238.31º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FEE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 31 | 238 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.07 |
| HSL | 238.31º | 0.86% | 0.52% | - |
| HSV(B) | 238.31º | 0.89% | 0.93% | - |
| XYZ | 16.32 | 7.36 | 81.45 | - |
| YUV | 52.8 | 232.51 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 238 | 0.89 | 0.87 | 0 | 0.07 | 238.31 | 0.86 | 0.52 |
| Hex | 19 | 1F | EE | 59 | 57 | 0 | 7 | EE | 56 | 34 |
| Octal | 31 | 37 | 356 | 131 | 127 | 0 | 7 | 356 | 126 | 64 |
| Binary | 11001 | 11111 | 11101110 | 1011001 | 1010111 | 0 | 111 | 11101110 | 1010110 | 110100 |
Color Harmonies of #191FEE
Complementary color
Monochromatic Colors of #191FEE
Black with #191FEE
Text Example
Text Example
White with #191FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191FEE; }
p { color: rgb(25,31,238); }
H1.HeaderClassName
{
color: #191FEE;
}
.AnyTagClassName
{
color: #191FEE;
}
</style>
background-color css
<style>
a { background-color: #191FEE; }
a { background-color: rgb(25,31,238); }
div.DivClassName
{
background-color: #191FEE;
}
.BgClassName
{
background-color: #191FEE;
}
</style>
border-color css
<style>
span { border-color: #191FEE; }
span { border-color: rgb(25,31,238); }
td.TdClassName
{
border-color: #191FEE;
}
.TagClassName
{
border-color: #191FEE;
}
</style>