Shades of Blue #1017EF
Tints of Blue #1017EF
RGB
CMYK
RGB Variations
Color information
#1017EF (or 0x1017EF) is known color: Blue. HEX triplet: 10, 17 and EF. RGB value is (16,23,239). Sum of RGB (Red+Green+Blue) = 16+23+239=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #1017EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017EF is #EFE810. Grayscale: #2C2C2C. Windows color (decimal): -15722513 or 15669008. OLE color: 15669008.
HSL color Cylindrical-coordinate representation of color #1017EF: hue angle of 238.12º degrees, saturation: 0.87, 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 #1017EF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 23 | 239 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.06 |
| HSL | 238.12º | 0.87% | 0.5% | - |
| HSV(B) | 238.12º | 0.93% | 0.94% | - |
| XYZ | 16.1 | 6.95 | 82.16 | - |
| YUV | 45.53 | 237.18 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 239 | 0.93 | 0.90 | 0 | 0.06 | 238.12 | 0.87 | 0.5 |
| Hex | 10 | 17 | EF | 5D | 5A | 0 | 6 | EE | 57 | 32 |
| Octal | 20 | 27 | 357 | 135 | 132 | 0 | 6 | 356 | 127 | 62 |
| Binary | 10000 | 10111 | 11101111 | 1011101 | 1011010 | 0 | 110 | 11101110 | 1010111 | 110010 |
Color Harmonies of #1017EF
Complementary color
Monochromatic Colors of #1017EF
Black with #1017EF
Text Example
Text Example
White with #1017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017EF; }
p { color: rgb(16,23,239); }
H1.HeaderClassName
{
color: #1017EF;
}
.AnyTagClassName
{
color: #1017EF;
}
</style>
background-color css
<style>
a { background-color: #1017EF; }
a { background-color: rgb(16,23,239); }
div.DivClassName
{
background-color: #1017EF;
}
.BgClassName
{
background-color: #1017EF;
}
</style>
border-color css
<style>
span { border-color: #1017EF; }
span { border-color: rgb(16,23,239); }
td.TdClassName
{
border-color: #1017EF;
}
.TagClassName
{
border-color: #1017EF;
}
</style>