Shades of Blue #191CF7
Tints of Blue #191CF7
RGB
CMYK
RGB Variations
Color information
#191CF7 (or 0x191CF7) is known color: Blue. HEX triplet: 19, 1C and F7. RGB value is (25,28,247). Sum of RGB (Red+Green+Blue) = 25+28+247=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 247 (96.88% from 255 or 82.33% from 300); Max value from RGB is 247 - color contains mainly: blue. Hex color #191CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191CF7 is #E6E308. Grayscale: #333333. Windows color (decimal): -15131401 or 16194585. OLE color: 16194585.
HSL color Cylindrical-coordinate representation of color #191CF7: hue angle of 239.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191CF7 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 28 | 247 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.03 |
| HSL | 239.19º | 0.93% | 0.53% | - |
| HSV(B) | 239.19º | 0.9% | 0.97% | - |
| XYZ | 17.6 | 7.75 | 88.56 | - |
| YUV | 52.07 | 238.01 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 28 | 247 | 0.90 | 0.89 | 0 | 0.03 | 239.19 | 0.93 | 0.53 |
| Hex | 19 | 1C | F7 | 5A | 59 | 0 | 3 | EF | 5D | 35 |
| Octal | 31 | 34 | 367 | 132 | 131 | 0 | 3 | 357 | 135 | 65 |
| Binary | 11001 | 11100 | 11110111 | 1011010 | 1011001 | 0 | 11 | 11101111 | 1011101 | 110101 |
Color Harmonies of #191CF7
Complementary color
Monochromatic Colors of #191CF7
Black with #191CF7
Text Example
Text Example
White with #191CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191CF7; }
p { color: rgb(25,28,247); }
H1.HeaderClassName
{
color: #191CF7;
}
.AnyTagClassName
{
color: #191CF7;
}
</style>
background-color css
<style>
a { background-color: #191CF7; }
a { background-color: rgb(25,28,247); }
div.DivClassName
{
background-color: #191CF7;
}
.BgClassName
{
background-color: #191CF7;
}
</style>
border-color css
<style>
span { border-color: #191CF7; }
span { border-color: rgb(25,28,247); }
td.TdClassName
{
border-color: #191CF7;
}
.TagClassName
{
border-color: #191CF7;
}
</style>