Shades of Medium Blue #1617DF
Tints of Medium Blue #1617DF
RGB
CMYK
RGB Variations
Color information
#1617DF (or 0x1617DF) is known color: Medium Blue. HEX triplet: 16, 17 and DF. RGB value is (22,23,223). Sum of RGB (Red+Green+Blue) = 22+23+223=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #1617DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1617DF is #E9E820. Grayscale: #2C2C2C. Windows color (decimal): -15329313 or 14620438. OLE color: 14620438.
HSL color Cylindrical-coordinate representation of color #1617DF: hue angle of 239.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1617DF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 23 | 223 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.13 |
| HSL | 239.7º | 0.82% | 0.48% | - |
| HSV(B) | 239.7º | 0.9% | 0.87% | - |
| XYZ | 13.96 | 6.11 | 70.26 | - |
| YUV | 45.5 | 228.17 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 223 | 0.90 | 0.90 | 0 | 0.13 | 239.7 | 0.82 | 0.48 |
| Hex | 16 | 17 | DF | 5A | 5A | 0 | D | F0 | 52 | 30 |
| Octal | 26 | 27 | 337 | 132 | 132 | 0 | 15 | 360 | 122 | 60 |
| Binary | 10110 | 10111 | 11011111 | 1011010 | 1011010 | 0 | 1101 | 11110000 | 1010010 | 110000 |
Color Harmonies of #1617DF
Complementary color
Monochromatic Colors of #1617DF
Black with #1617DF
Text Example
Text Example
White with #1617DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617DF; }
p { color: rgb(22,23,223); }
H1.HeaderClassName
{
color: #1617DF;
}
.AnyTagClassName
{
color: #1617DF;
}
</style>
background-color css
<style>
a { background-color: #1617DF; }
a { background-color: rgb(22,23,223); }
div.DivClassName
{
background-color: #1617DF;
}
.BgClassName
{
background-color: #1617DF;
}
</style>
border-color css
<style>
span { border-color: #1617DF; }
span { border-color: rgb(22,23,223); }
td.TdClassName
{
border-color: #1617DF;
}
.TagClassName
{
border-color: #1617DF;
}
</style>