Shades of Blue #1019F0
Tints of Blue #1019F0
RGB
CMYK
RGB Variations
Color information
#1019F0 (or 0x1019F0) is known color: Blue. HEX triplet: 10, 19 and F0. RGB value is (16,25,240). Sum of RGB (Red+Green+Blue) = 16+25+240=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 240 (94.14% from 255 or 85.41% from 281); Max value from RGB is 240 - color contains mainly: blue. Hex color #1019F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019F0 is #EFE60F. Grayscale: #2D2D2D. Windows color (decimal): -15722000 or 15735056. OLE color: 15735056.
HSL color Cylindrical-coordinate representation of color #1019F0: hue angle of 237.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019F0 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 25 | 240 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.06 |
| HSL | 237.59º | 0.88% | 0.5% | - |
| HSV(B) | 237.59º | 0.93% | 0.94% | - |
| XYZ | 16.29 | 7.1 | 82.95 | - |
| YUV | 46.82 | 237.02 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 240 | 0.93 | 0.90 | 0 | 0.06 | 237.59 | 0.88 | 0.5 |
| Hex | 10 | 19 | F0 | 5D | 5A | 0 | 6 | EE | 58 | 32 |
| Octal | 20 | 31 | 360 | 135 | 132 | 0 | 6 | 356 | 130 | 62 |
| Binary | 10000 | 11001 | 11110000 | 1011101 | 1011010 | 0 | 110 | 11101110 | 1011000 | 110010 |
Color Harmonies of #1019F0
Complementary color
Monochromatic Colors of #1019F0
Black with #1019F0
Text Example
Text Example
White with #1019F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019F0; }
p { color: rgb(16,25,240); }
H1.HeaderClassName
{
color: #1019F0;
}
.AnyTagClassName
{
color: #1019F0;
}
</style>
background-color css
<style>
a { background-color: #1019F0; }
a { background-color: rgb(16,25,240); }
div.DivClassName
{
background-color: #1019F0;
}
.BgClassName
{
background-color: #1019F0;
}
</style>
border-color css
<style>
span { border-color: #1019F0; }
span { border-color: rgb(16,25,240); }
td.TdClassName
{
border-color: #1019F0;
}
.TagClassName
{
border-color: #1019F0;
}
</style>