Shades of Medium Blue #1017BF
Tints of Medium Blue #1017BF
RGB
CMYK
RGB Variations
Color information
#1017BF (or 0x1017BF) is known color: Medium Blue. HEX triplet: 10, 17 and BF. RGB value is (16,23,191). Sum of RGB (Red+Green+Blue) = 16+23+191=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #1017BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017BF is #EFE840. Grayscale: #272727. Windows color (decimal): -15722561 or 12523280. OLE color: 12523280.
HSL color Cylindrical-coordinate representation of color #1017BF: hue angle of 237.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1017BF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 23 | 191 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.25 |
| HSL | 237.6º | 0.85% | 0.41% | - |
| HSV(B) | 237.6º | 0.92% | 0.75% | - |
| XYZ | 9.92 | 4.48 | 49.63 | - |
| YUV | 40.06 | 213.18 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 23 | 191 | 0.92 | 0.88 | 0 | 0.25 | 237.6 | 0.85 | 0.41 |
| Hex | 10 | 17 | BF | 5C | 58 | 0 | 19 | EE | 55 | 29 |
| Octal | 20 | 27 | 277 | 134 | 130 | 0 | 31 | 356 | 125 | 51 |
| Binary | 10000 | 10111 | 10111111 | 1011100 | 1011000 | 0 | 11001 | 11101110 | 1010101 | 101001 |
Color Harmonies of #1017BF
Complementary color
Monochromatic Colors of #1017BF
Black with #1017BF
Text Example
Text Example
White with #1017BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1017BF; }
p { color: rgb(16,23,191); }
H1.HeaderClassName
{
color: #1017BF;
}
.AnyTagClassName
{
color: #1017BF;
}
</style>
background-color css
<style>
a { background-color: #1017BF; }
a { background-color: rgb(16,23,191); }
div.DivClassName
{
background-color: #1017BF;
}
.BgClassName
{
background-color: #1017BF;
}
</style>
border-color css
<style>
span { border-color: #1017BF; }
span { border-color: rgb(16,23,191); }
td.TdClassName
{
border-color: #1017BF;
}
.TagClassName
{
border-color: #1017BF;
}
</style>