Shades of Blue #190FF0
Tints of Blue #190FF0
RGB
CMYK
RGB Variations
Color information
#190FF0 (or 0x190FF0) is known color: Blue. HEX triplet: 19, 0F and F0. RGB value is (25,15,240). Sum of RGB (Red+Green+Blue) = 25+15+240=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 240 (94.14% from 255 or 85.71% from 280); Max value from RGB is 240 - color contains mainly: blue. Hex color #190FF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FF0 is #E6F00F. Grayscale: #2A2A2A. Windows color (decimal): -15134736 or 15732505. OLE color: 15732505.
HSL color Cylindrical-coordinate representation of color #190FF0: hue angle of 242.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FF0 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 15 | 240 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.06 |
| HSL | 242.67º | 0.88% | 0.5% | - |
| HSV(B) | 242.67º | 0.94% | 0.94% | - |
| XYZ | 16.3 | 6.84 | 82.9 | - |
| YUV | 43.64 | 238.81 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 240 | 0.90 | 0.94 | 0 | 0.06 | 242.67 | 0.88 | 0.5 |
| Hex | 19 | F | F0 | 5A | 5E | 0 | 6 | F3 | 58 | 32 |
| Octal | 31 | 17 | 360 | 132 | 136 | 0 | 6 | 363 | 130 | 62 |
| Binary | 11001 | 1111 | 11110000 | 1011010 | 1011110 | 0 | 110 | 11110011 | 1011000 | 110010 |
Color Harmonies of #190FF0
Complementary color
Monochromatic Colors of #190FF0
Black with #190FF0
Text Example
Text Example
White with #190FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FF0; }
p { color: rgb(25,15,240); }
H1.HeaderClassName
{
color: #190FF0;
}
.AnyTagClassName
{
color: #190FF0;
}
</style>
background-color css
<style>
a { background-color: #190FF0; }
a { background-color: rgb(25,15,240); }
div.DivClassName
{
background-color: #190FF0;
}
.BgClassName
{
background-color: #190FF0;
}
</style>
border-color css
<style>
span { border-color: #190FF0; }
span { border-color: rgb(25,15,240); }
td.TdClassName
{
border-color: #190FF0;
}
.TagClassName
{
border-color: #190FF0;
}
</style>