Shades of Blue #191EF2
Tints of Blue #191EF2
RGB
CMYK
RGB Variations
Color information
#191EF2 (or 0x191EF2) is known color: Blue. HEX triplet: 19, 1E and F2. RGB value is (25,30,242). Sum of RGB (Red+Green+Blue) = 25+30+242=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 242 (94.92% from 255 or 81.48% from 297); Max value from RGB is 242 - color contains mainly: blue. Hex color #191EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EF2 is #E6E10D. Grayscale: #333333. Windows color (decimal): -15130894 or 15867417. OLE color: 15867417.
HSL color Cylindrical-coordinate representation of color #191EF2: hue angle of 238.62º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191EF2 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 30 | 242 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.05 |
| HSL | 238.62º | 0.89% | 0.52% | - |
| HSV(B) | 238.62º | 0.9% | 0.95% | - |
| XYZ | 16.89 | 7.55 | 84.57 | - |
| YUV | 52.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 242 | 0.90 | 0.88 | 0 | 0.05 | 238.62 | 0.89 | 0.52 |
| Hex | 19 | 1E | F2 | 5A | 58 | 0 | 5 | EF | 59 | 34 |
| Octal | 31 | 36 | 362 | 132 | 130 | 0 | 5 | 357 | 131 | 64 |
| Binary | 11001 | 11110 | 11110010 | 1011010 | 1011000 | 0 | 101 | 11101111 | 1011001 | 110100 |
Color Harmonies of #191EF2
Complementary color
Monochromatic Colors of #191EF2
Black with #191EF2
Text Example
Text Example
White with #191EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EF2; }
p { color: rgb(25,30,242); }
H1.HeaderClassName
{
color: #191EF2;
}
.AnyTagClassName
{
color: #191EF2;
}
</style>
background-color css
<style>
a { background-color: #191EF2; }
a { background-color: rgb(25,30,242); }
div.DivClassName
{
background-color: #191EF2;
}
.BgClassName
{
background-color: #191EF2;
}
</style>
border-color css
<style>
span { border-color: #191EF2; }
span { border-color: rgb(25,30,242); }
td.TdClassName
{
border-color: #191EF2;
}
.TagClassName
{
border-color: #191EF2;
}
</style>