Shades of Blue #190FFA
Tints of Blue #190FFA
RGB
CMYK
RGB Variations
Color information
#190FFA (or 0x190FFA) is known color: Blue. HEX triplet: 19, 0F and FA. RGB value is (25,15,250). Sum of RGB (Red+Green+Blue) = 25+15+250=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #190FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190FFA is #E6F005. Grayscale: #2B2B2B. Windows color (decimal): -15134726 or 16387865. OLE color: 16387865.
HSL color Cylindrical-coordinate representation of color #190FFA: hue angle of 242.55º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190FFA is Cyan = 0.9, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 15 | 250 | - |
| CMYK | 0.9 | 0.94 | 0 | 0.02 |
| HSL | 242.55º | 0.96% | 0.52% | - |
| HSV(B) | 242.55º | 0.94% | 0.98% | - |
| XYZ | 17.83 | 7.45 | 90.94 | - |
| YUV | 44.78 | 243.81 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 250 | 0.9 | 0.94 | 0 | 0.02 | 242.55 | 0.96 | 0.52 |
| Hex | 19 | F | FA | 5A | 5E | 0 | 2 | F3 | 60 | 34 |
| Octal | 31 | 17 | 372 | 132 | 136 | 0 | 2 | 363 | 140 | 64 |
| Binary | 11001 | 1111 | 11111010 | 1011010 | 1011110 | 0 | 10 | 11110011 | 1100000 | 110100 |
Color Harmonies of #190FFA
Complementary color
Monochromatic Colors of #190FFA
Black with #190FFA
Text Example
Text Example
White with #190FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190FFA; }
p { color: rgb(25,15,250); }
H1.HeaderClassName
{
color: #190FFA;
}
.AnyTagClassName
{
color: #190FFA;
}
</style>
background-color css
<style>
a { background-color: #190FFA; }
a { background-color: rgb(25,15,250); }
div.DivClassName
{
background-color: #190FFA;
}
.BgClassName
{
background-color: #190FFA;
}
</style>
border-color css
<style>
span { border-color: #190FFA; }
span { border-color: rgb(25,15,250); }
td.TdClassName
{
border-color: #190FFA;
}
.TagClassName
{
border-color: #190FFA;
}
</style>