Shades of Blue #190AF8
Tints of Blue #190AF8
RGB
CMYK
RGB Variations
Color information
#190AF8 (or 0x190AF8) is known color: Blue. HEX triplet: 19, 0A and F8. RGB value is (25,10,248). Sum of RGB (Red+Green+Blue) = 25+10+248=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 248 (97.27% from 255 or 87.63% from 283); Max value from RGB is 248 - color contains mainly: blue. Hex color #190AF8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #190AF8 is #E6F507. Grayscale: #282828. Windows color (decimal): -15136008 or 16255513. OLE color: 16255513.
HSL color Cylindrical-coordinate representation of color #190AF8: hue angle of 243.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190AF8 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 10 | 248 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.03 |
| HSL | 243.78º | 0.94% | 0.51% | - |
| HSV(B) | 243.78º | 0.96% | 0.97% | - |
| XYZ | 17.45 | 7.2 | 89.28 | - |
| YUV | 41.62 | 244.47 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 248 | 0.90 | 0.96 | 0 | 0.03 | 243.78 | 0.94 | 0.51 |
| Hex | 19 | A | F8 | 5A | 60 | 0 | 3 | F4 | 5E | 33 |
| Octal | 31 | 12 | 370 | 132 | 140 | 0 | 3 | 364 | 136 | 63 |
| Binary | 11001 | 1010 | 11111000 | 1011010 | 1100000 | 0 | 11 | 11110100 | 1011110 | 110011 |
Color Harmonies of #190AF8
Complementary color
Monochromatic Colors of #190AF8
Black with #190AF8
Text Example
Text Example
White with #190AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190AF8; }
p { color: rgb(25,10,248); }
H1.HeaderClassName
{
color: #190AF8;
}
.AnyTagClassName
{
color: #190AF8;
}
</style>
background-color css
<style>
a { background-color: #190AF8; }
a { background-color: rgb(25,10,248); }
div.DivClassName
{
background-color: #190AF8;
}
.BgClassName
{
background-color: #190AF8;
}
</style>
border-color css
<style>
span { border-color: #190AF8; }
span { border-color: rgb(25,10,248); }
td.TdClassName
{
border-color: #190AF8;
}
.TagClassName
{
border-color: #190AF8;
}
</style>