Shades of Medium Blue #101DDF
Tints of Medium Blue #101DDF
RGB
CMYK
RGB Variations
Color information
#101DDF (or 0x101DDF) is known color: Medium Blue. HEX triplet: 10, 1D and DF. RGB value is (16,29,223). Sum of RGB (Red+Green+Blue) = 16+29+223=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 29 (11.72% from 255 or 10.82% 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 #101DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #101DDF is #EFE220. Grayscale: #2E2E2E. Windows color (decimal): -15720993 or 14621968. OLE color: 14621968.
HSL color Cylindrical-coordinate representation of color #101DDF: hue angle of 236.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #101DDF is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 29 | 223 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.13 |
| HSL | 236.23º | 0.87% | 0.47% | - |
| HSV(B) | 236.23º | 0.93% | 0.87% | - |
| XYZ | 13.97 | 6.32 | 70.29 | - |
| YUV | 47.23 | 227.19 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 223 | 0.93 | 0.87 | 0 | 0.13 | 236.23 | 0.87 | 0.47 |
| Hex | 10 | 1D | DF | 5D | 57 | 0 | D | EC | 57 | 2F |
| Octal | 20 | 35 | 337 | 135 | 127 | 0 | 15 | 354 | 127 | 57 |
| Binary | 10000 | 11101 | 11011111 | 1011101 | 1010111 | 0 | 1101 | 11101100 | 1010111 | 101111 |
Color Harmonies of #101DDF
Complementary color
Monochromatic Colors of #101DDF
Black with #101DDF
Text Example
Text Example
White with #101DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DDF; }
p { color: rgb(16,29,223); }
H1.HeaderClassName
{
color: #101DDF;
}
.AnyTagClassName
{
color: #101DDF;
}
</style>
background-color css
<style>
a { background-color: #101DDF; }
a { background-color: rgb(16,29,223); }
div.DivClassName
{
background-color: #101DDF;
}
.BgClassName
{
background-color: #101DDF;
}
</style>
border-color css
<style>
span { border-color: #101DDF; }
span { border-color: rgb(16,29,223); }
td.TdClassName
{
border-color: #101DDF;
}
.TagClassName
{
border-color: #101DDF;
}
</style>