Shades of Medium Blue #101FDD
Tints of Medium Blue #101FDD
RGB
CMYK
RGB Variations
Color information
#101FDD (or 0x101FDD) is known color: Medium Blue. HEX triplet: 10, 1F and DD. RGB value is (16,31,221). Sum of RGB (Red+Green+Blue) = 16+31+221=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #101FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101FDD is #EFE022. Grayscale: #2F2F2F. Windows color (decimal): -15720483 or 14491408. OLE color: 14491408.
HSL color Cylindrical-coordinate representation of color #101FDD: hue angle of 235.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101FDD is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 31 | 221 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.13 |
| HSL | 235.61º | 0.86% | 0.46% | - |
| HSV(B) | 235.61º | 0.93% | 0.87% | - |
| XYZ | 13.75 | 6.31 | 68.9 | - |
| YUV | 48.18 | 225.53 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 221 | 0.93 | 0.86 | 0 | 0.13 | 235.61 | 0.86 | 0.46 |
| Hex | 10 | 1F | DD | 5D | 56 | 0 | D | EC | 56 | 2E |
| Octal | 20 | 37 | 335 | 135 | 126 | 0 | 15 | 354 | 126 | 56 |
| Binary | 10000 | 11111 | 11011101 | 1011101 | 1010110 | 0 | 1101 | 11101100 | 1010110 | 101110 |
Color Harmonies of #101FDD
Complementary color
Monochromatic Colors of #101FDD
Black with #101FDD
Text Example
Text Example
White with #101FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101FDD; }
p { color: rgb(16,31,221); }
H1.HeaderClassName
{
color: #101FDD;
}
.AnyTagClassName
{
color: #101FDD;
}
</style>
background-color css
<style>
a { background-color: #101FDD; }
a { background-color: rgb(16,31,221); }
div.DivClassName
{
background-color: #101FDD;
}
.BgClassName
{
background-color: #101FDD;
}
</style>
border-color css
<style>
span { border-color: #101FDD; }
span { border-color: rgb(16,31,221); }
td.TdClassName
{
border-color: #101FDD;
}
.TagClassName
{
border-color: #101FDD;
}
</style>