Shades of Medium Blue #1014CE
Tints of Medium Blue #1014CE
RGB
CMYK
RGB Variations
Color information
#1014CE (or 0x1014CE) is known color: Medium Blue. HEX triplet: 10, 14 and CE. RGB value is (16,20,206). Sum of RGB (Red+Green+Blue) = 16+20+206=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #1014CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014CE is #EFEB31. Grayscale: #272727. Windows color (decimal): -15723314 or 13505552. OLE color: 13505552.
HSL color Cylindrical-coordinate representation of color #1014CE: hue angle of 238.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014CE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 20 | 206 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.19 |
| HSL | 238.74º | 0.86% | 0.44% | - |
| HSV(B) | 238.74º | 0.92% | 0.81% | - |
| XYZ | 11.6 | 5.07 | 58.76 | - |
| YUV | 40.01 | 221.67 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 206 | 0.92 | 0.90 | 0 | 0.19 | 238.74 | 0.86 | 0.44 |
| Hex | 10 | 14 | CE | 5C | 5A | 0 | 13 | EF | 56 | 2C |
| Octal | 20 | 24 | 316 | 134 | 132 | 0 | 23 | 357 | 126 | 54 |
| Binary | 10000 | 10100 | 11001110 | 1011100 | 1011010 | 0 | 10011 | 11101111 | 1010110 | 101100 |
Color Harmonies of #1014CE
Complementary color
Monochromatic Colors of #1014CE
Black with #1014CE
Text Example
Text Example
White with #1014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014CE; }
p { color: rgb(16,20,206); }
H1.HeaderClassName
{
color: #1014CE;
}
.AnyTagClassName
{
color: #1014CE;
}
</style>
background-color css
<style>
a { background-color: #1014CE; }
a { background-color: rgb(16,20,206); }
div.DivClassName
{
background-color: #1014CE;
}
.BgClassName
{
background-color: #1014CE;
}
</style>
border-color css
<style>
span { border-color: #1014CE; }
span { border-color: rgb(16,20,206); }
td.TdClassName
{
border-color: #1014CE;
}
.TagClassName
{
border-color: #1014CE;
}
</style>