Shades of Blue #191EFA
Tints of Blue #191EFA
RGB
CMYK
RGB Variations
Color information
#191EFA (or 0x191EFA) is known color: Blue. HEX triplet: 19, 1E and FA. RGB value is (25,30,250). Sum of RGB (Red+Green+Blue) = 25+30+250=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 250 (98.05% from 255 or 81.97% from 305); Max value from RGB is 250 - color contains mainly: blue. Hex color #191EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191EFA is #E6E105. Grayscale: #343434. Windows color (decimal): -15130886 or 16391705. OLE color: 16391705.
HSL color Cylindrical-coordinate representation of color #191EFA: hue angle of 238.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191EFA is Cyan = 0.9, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 30 | 250 | - |
| CMYK | 0.9 | 0.88 | 0 | 0.02 |
| HSL | 238.67º | 0.96% | 0.54% | - |
| HSV(B) | 238.67º | 0.9% | 0.98% | - |
| XYZ | 18.12 | 8.04 | 91.04 | - |
| YUV | 53.59 | 238.84 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 250 | 0.9 | 0.88 | 0 | 0.02 | 238.67 | 0.96 | 0.54 |
| Hex | 19 | 1E | FA | 5A | 58 | 0 | 2 | EF | 60 | 36 |
| Octal | 31 | 36 | 372 | 132 | 130 | 0 | 2 | 357 | 140 | 66 |
| Binary | 11001 | 11110 | 11111010 | 1011010 | 1011000 | 0 | 10 | 11101111 | 1100000 | 110110 |
Color Harmonies of #191EFA
Complementary color
Monochromatic Colors of #191EFA
Black with #191EFA
Text Example
Text Example
White with #191EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191EFA; }
p { color: rgb(25,30,250); }
H1.HeaderClassName
{
color: #191EFA;
}
.AnyTagClassName
{
color: #191EFA;
}
</style>
background-color css
<style>
a { background-color: #191EFA; }
a { background-color: rgb(25,30,250); }
div.DivClassName
{
background-color: #191EFA;
}
.BgClassName
{
background-color: #191EFA;
}
</style>
border-color css
<style>
span { border-color: #191EFA; }
span { border-color: rgb(25,30,250); }
td.TdClassName
{
border-color: #191EFA;
}
.TagClassName
{
border-color: #191EFA;
}
</style>