Shades of Blue #1018F6
Tints of Blue #1018F6
RGB
CMYK
RGB Variations
Color information
#1018F6 (or 0x1018F6) is known color: Blue. HEX triplet: 10, 18 and F6. RGB value is (16,24,246). Sum of RGB (Red+Green+Blue) = 16+24+246=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 246 (96.48% from 255 or 86.01% from 286); Max value from RGB is 246 - color contains mainly: blue. Hex color #1018F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1018F6 is #EFE709. Grayscale: #2E2E2E. Windows color (decimal): -15722250 or 16128016. OLE color: 16128016.
HSL color Cylindrical-coordinate representation of color #1018F6: hue angle of 237.91º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1018F6 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 24 | 246 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.04 |
| HSL | 237.91º | 0.93% | 0.51% | - |
| HSV(B) | 237.91º | 0.93% | 0.96% | - |
| XYZ | 17.17 | 7.42 | 87.72 | - |
| YUV | 46.92 | 240.35 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 246 | 0.93 | 0.90 | 0 | 0.04 | 237.91 | 0.93 | 0.51 |
| Hex | 10 | 18 | F6 | 5D | 5A | 0 | 4 | EE | 5D | 33 |
| Octal | 20 | 30 | 366 | 135 | 132 | 0 | 4 | 356 | 135 | 63 |
| Binary | 10000 | 11000 | 11110110 | 1011101 | 1011010 | 0 | 100 | 11101110 | 1011101 | 110011 |
Color Harmonies of #1018F6
Complementary color
Monochromatic Colors of #1018F6
Black with #1018F6
Text Example
Text Example
White with #1018F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1018F6; }
p { color: rgb(16,24,246); }
H1.HeaderClassName
{
color: #1018F6;
}
.AnyTagClassName
{
color: #1018F6;
}
</style>
background-color css
<style>
a { background-color: #1018F6; }
a { background-color: rgb(16,24,246); }
div.DivClassName
{
background-color: #1018F6;
}
.BgClassName
{
background-color: #1018F6;
}
</style>
border-color css
<style>
span { border-color: #1018F6; }
span { border-color: rgb(16,24,246); }
td.TdClassName
{
border-color: #1018F6;
}
.TagClassName
{
border-color: #1018F6;
}
</style>