Shades of Medium Blue #1014DD
Tints of Medium Blue #1014DD
RGB
CMYK
RGB Variations
Color information
#1014DD (or 0x1014DD) is known color: Medium Blue. HEX triplet: 10, 14 and DD. RGB value is (16,20,221). Sum of RGB (Red+Green+Blue) = 16+20+221=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #1014DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014DD is #EFEB22. Grayscale: #282828. Windows color (decimal): -15723299 or 14488592. OLE color: 14488592.
HSL color Cylindrical-coordinate representation of color #1014DD: hue angle of 238.83º 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 #1014DD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 20 | 221 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.13 |
| HSL | 238.83º | 0.86% | 0.46% | - |
| HSV(B) | 238.83º | 0.93% | 0.87% | - |
| XYZ | 13.51 | 5.83 | 68.82 | - |
| YUV | 41.72 | 229.17 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 221 | 0.93 | 0.91 | 0 | 0.13 | 238.83 | 0.86 | 0.46 |
| Hex | 10 | 14 | DD | 5D | 5B | 0 | D | EF | 56 | 2E |
| Octal | 20 | 24 | 335 | 135 | 133 | 0 | 15 | 357 | 126 | 56 |
| Binary | 10000 | 10100 | 11011101 | 1011101 | 1011011 | 0 | 1101 | 11101111 | 1010110 | 101110 |
Color Harmonies of #1014DD
Complementary color
Monochromatic Colors of #1014DD
Black with #1014DD
Text Example
Text Example
White with #1014DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014DD; }
p { color: rgb(16,20,221); }
H1.HeaderClassName
{
color: #1014DD;
}
.AnyTagClassName
{
color: #1014DD;
}
</style>
background-color css
<style>
a { background-color: #1014DD; }
a { background-color: rgb(16,20,221); }
div.DivClassName
{
background-color: #1014DD;
}
.BgClassName
{
background-color: #1014DD;
}
</style>
border-color css
<style>
span { border-color: #1014DD; }
span { border-color: rgb(16,20,221); }
td.TdClassName
{
border-color: #1014DD;
}
.TagClassName
{
border-color: #1014DD;
}
</style>