Shades of Blue #190EFA
Tints of Blue #190EFA
RGB
CMYK
RGB Variations
Color information
#190EFA (or 0x190EFA) is known color: Blue. HEX triplet: 19, 0E and FA. RGB value is (25,14,250). Sum of RGB (Red+Green+Blue) = 25+14+250=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #190EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190EFA is #E6F105. Grayscale: #2B2B2B. Windows color (decimal): -15134982 or 16387609. OLE color: 16387609.
HSL color Cylindrical-coordinate representation of color #190EFA: hue angle of 242.8º 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 #190EFA is Cyan = 0.9, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 14 | 250 | - |
| CMYK | 0.9 | 0.94 | 0 | 0.02 |
| HSL | 242.8º | 0.96% | 0.52% | - |
| HSV(B) | 242.8º | 0.94% | 0.98% | - |
| XYZ | 17.81 | 7.42 | 90.94 | - |
| YUV | 44.19 | 244.14 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 250 | 0.9 | 0.94 | 0 | 0.02 | 242.8 | 0.96 | 0.52 |
| Hex | 19 | E | FA | 5A | 5E | 0 | 2 | F3 | 60 | 34 |
| Octal | 31 | 16 | 372 | 132 | 136 | 0 | 2 | 363 | 140 | 64 |
| Binary | 11001 | 1110 | 11111010 | 1011010 | 1011110 | 0 | 10 | 11110011 | 1100000 | 110100 |
Color Harmonies of #190EFA
Complementary color
Monochromatic Colors of #190EFA
Black with #190EFA
Text Example
Text Example
White with #190EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EFA; }
p { color: rgb(25,14,250); }
H1.HeaderClassName
{
color: #190EFA;
}
.AnyTagClassName
{
color: #190EFA;
}
</style>
background-color css
<style>
a { background-color: #190EFA; }
a { background-color: rgb(25,14,250); }
div.DivClassName
{
background-color: #190EFA;
}
.BgClassName
{
background-color: #190EFA;
}
</style>
border-color css
<style>
span { border-color: #190EFA; }
span { border-color: rgb(25,14,250); }
td.TdClassName
{
border-color: #190EFA;
}
.TagClassName
{
border-color: #190EFA;
}
</style>