Shades of Medium Blue #1014DF
Tints of Medium Blue #1014DF
RGB
CMYK
RGB Variations
Color information
#1014DF (or 0x1014DF) is known color: Medium Blue. HEX triplet: 10, 14 and DF. RGB value is (16,20,223). Sum of RGB (Red+Green+Blue) = 16+20+223=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #1014DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014DF is #EFEB20. Grayscale: #292929. Windows color (decimal): -15723297 or 14619664. OLE color: 14619664.
HSL color Cylindrical-coordinate representation of color #1014DF: hue angle of 238.84º 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 #1014DF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 20 | 223 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.13 |
| HSL | 238.84º | 0.87% | 0.47% | - |
| HSV(B) | 238.84º | 0.93% | 0.87% | - |
| XYZ | 13.78 | 5.94 | 70.23 | - |
| YUV | 41.95 | 230.17 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 223 | 0.93 | 0.91 | 0 | 0.13 | 238.84 | 0.87 | 0.47 |
| Hex | 10 | 14 | DF | 5D | 5B | 0 | D | EF | 57 | 2F |
| Octal | 20 | 24 | 337 | 135 | 133 | 0 | 15 | 357 | 127 | 57 |
| Binary | 10000 | 10100 | 11011111 | 1011101 | 1011011 | 0 | 1101 | 11101111 | 1010111 | 101111 |
Color Harmonies of #1014DF
Complementary color
Monochromatic Colors of #1014DF
Black with #1014DF
Text Example
Text Example
White with #1014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014DF; }
p { color: rgb(16,20,223); }
H1.HeaderClassName
{
color: #1014DF;
}
.AnyTagClassName
{
color: #1014DF;
}
</style>
background-color css
<style>
a { background-color: #1014DF; }
a { background-color: rgb(16,20,223); }
div.DivClassName
{
background-color: #1014DF;
}
.BgClassName
{
background-color: #1014DF;
}
</style>
border-color css
<style>
span { border-color: #1014DF; }
span { border-color: rgb(16,20,223); }
td.TdClassName
{
border-color: #1014DF;
}
.TagClassName
{
border-color: #1014DF;
}
</style>