Shades of Blue #190EF4
Tints of Blue #190EF4
RGB
CMYK
RGB Variations
Color information
#190EF4 (or 0x190EF4) is known color: Blue. HEX triplet: 19, 0E and F4. RGB value is (25,14,244). Sum of RGB (Red+Green+Blue) = 25+14+244=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 244 (95.70% from 255 or 86.22% from 283); Max value from RGB is 244 - color contains mainly: blue. Hex color #190EF4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190EF4 is #E6F10B. Grayscale: #2A2A2A. Windows color (decimal): -15134988 or 15994393. OLE color: 15994393.
HSL color Cylindrical-coordinate representation of color #190EF4: hue angle of 242.87º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190EF4 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 14 | 244 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.04 |
| HSL | 242.87º | 0.91% | 0.51% | - |
| HSV(B) | 242.87º | 0.94% | 0.96% | - |
| XYZ | 16.89 | 7.05 | 86.06 | - |
| YUV | 43.51 | 241.14 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 244 | 0.90 | 0.94 | 0 | 0.04 | 242.87 | 0.91 | 0.51 |
| Hex | 19 | E | F4 | 5A | 5E | 0 | 4 | F3 | 5B | 33 |
| Octal | 31 | 16 | 364 | 132 | 136 | 0 | 4 | 363 | 133 | 63 |
| Binary | 11001 | 1110 | 11110100 | 1011010 | 1011110 | 0 | 100 | 11110011 | 1011011 | 110011 |
Color Harmonies of #190EF4
Complementary color
Monochromatic Colors of #190EF4
Black with #190EF4
Text Example
Text Example
White with #190EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190EF4; }
p { color: rgb(25,14,244); }
H1.HeaderClassName
{
color: #190EF4;
}
.AnyTagClassName
{
color: #190EF4;
}
</style>
background-color css
<style>
a { background-color: #190EF4; }
a { background-color: rgb(25,14,244); }
div.DivClassName
{
background-color: #190EF4;
}
.BgClassName
{
background-color: #190EF4;
}
</style>
border-color css
<style>
span { border-color: #190EF4; }
span { border-color: rgb(25,14,244); }
td.TdClassName
{
border-color: #190EF4;
}
.TagClassName
{
border-color: #190EF4;
}
</style>