Shades of Blue #191DF6
Tints of Blue #191DF6
RGB
CMYK
RGB Variations
Color information
#191DF6 (or 0x191DF6) is known color: Blue. HEX triplet: 19, 1D and F6. RGB value is (25,29,246). Sum of RGB (Red+Green+Blue) = 25+29+246=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 246 (96.48% from 255 or 82% from 300); Max value from RGB is 246 - color contains mainly: blue. Hex color #191DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #191DF6 is #E6E209. Grayscale: #333333. Windows color (decimal): -15131146 or 16129305. OLE color: 16129305.
HSL color Cylindrical-coordinate representation of color #191DF6: hue angle of 238.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #191DF6 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 29 | 246 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.04 |
| HSL | 238.91º | 0.92% | 0.53% | - |
| HSV(B) | 238.91º | 0.9% | 0.96% | - |
| XYZ | 17.47 | 7.74 | 87.76 | - |
| YUV | 52.54 | 237.17 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 29 | 246 | 0.90 | 0.88 | 0 | 0.04 | 238.91 | 0.92 | 0.53 |
| Hex | 19 | 1D | F6 | 5A | 58 | 0 | 4 | EF | 5C | 35 |
| Octal | 31 | 35 | 366 | 132 | 130 | 0 | 4 | 357 | 134 | 65 |
| Binary | 11001 | 11101 | 11110110 | 1011010 | 1011000 | 0 | 100 | 11101111 | 1011100 | 110101 |
Color Harmonies of #191DF6
Complementary color
Monochromatic Colors of #191DF6
Black with #191DF6
Text Example
Text Example
White with #191DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191DF6; }
p { color: rgb(25,29,246); }
H1.HeaderClassName
{
color: #191DF6;
}
.AnyTagClassName
{
color: #191DF6;
}
</style>
background-color css
<style>
a { background-color: #191DF6; }
a { background-color: rgb(25,29,246); }
div.DivClassName
{
background-color: #191DF6;
}
.BgClassName
{
background-color: #191DF6;
}
</style>
border-color css
<style>
span { border-color: #191DF6; }
span { border-color: rgb(25,29,246); }
td.TdClassName
{
border-color: #191DF6;
}
.TagClassName
{
border-color: #191DF6;
}
</style>