Shades of Blue #1019FA
Tints of Blue #1019FA
RGB
CMYK
RGB Variations
Color information
#1019FA (or 0x1019FA) is known color: Blue. HEX triplet: 10, 19 and FA. RGB value is (16,25,250). Sum of RGB (Red+Green+Blue) = 16+25+250=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 250 (98.05% from 255 or 85.91% from 291); Max value from RGB is 250 - color contains mainly: blue. Hex color #1019FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019FA is #EFE605. Grayscale: #2F2F2F. Windows color (decimal): -15721990 or 16390416. OLE color: 16390416.
HSL color Cylindrical-coordinate representation of color #1019FA: hue angle of 237.69º 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 #1019FA is Cyan = 0.94, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 25 | 250 | - |
| CMYK | 0.94 | 0.9 | 0 | 0.02 |
| HSL | 237.69º | 0.96% | 0.52% | - |
| HSV(B) | 237.69º | 0.94% | 0.98% | - |
| XYZ | 17.82 | 7.71 | 90.99 | - |
| YUV | 47.96 | 242.02 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 250 | 0.94 | 0.9 | 0 | 0.02 | 237.69 | 0.96 | 0.52 |
| Hex | 10 | 19 | FA | 5E | 5A | 0 | 2 | EE | 60 | 34 |
| Octal | 20 | 31 | 372 | 136 | 132 | 0 | 2 | 356 | 140 | 64 |
| Binary | 10000 | 11001 | 11111010 | 1011110 | 1011010 | 0 | 10 | 11101110 | 1100000 | 110100 |
Color Harmonies of #1019FA
Complementary color
Monochromatic Colors of #1019FA
Black with #1019FA
Text Example
Text Example
White with #1019FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019FA; }
p { color: rgb(16,25,250); }
H1.HeaderClassName
{
color: #1019FA;
}
.AnyTagClassName
{
color: #1019FA;
}
</style>
background-color css
<style>
a { background-color: #1019FA; }
a { background-color: rgb(16,25,250); }
div.DivClassName
{
background-color: #1019FA;
}
.BgClassName
{
background-color: #1019FA;
}
</style>
border-color css
<style>
span { border-color: #1019FA; }
span { border-color: rgb(16,25,250); }
td.TdClassName
{
border-color: #1019FA;
}
.TagClassName
{
border-color: #1019FA;
}
</style>