Shades of Medium Blue #1416CF
Tints of Medium Blue #1416CF
RGB
CMYK
RGB Variations
Color information
#1416CF (or 0x1416CF) is known color: Medium Blue. HEX triplet: 14, 16 and CF. RGB value is (20,22,207). Sum of RGB (Red+Green+Blue) = 20+22+207=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #1416CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416CF is #EBE930. Grayscale: #292929. Windows color (decimal): -15460657 or 13571604. OLE color: 13571604.
HSL color Cylindrical-coordinate representation of color #1416CF: hue angle of 239.36º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1416CF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 22 | 207 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.19 |
| HSL | 239.36º | 0.82% | 0.45% | - |
| HSV(B) | 239.36º | 0.9% | 0.81% | - |
| XYZ | 11.84 | 5.23 | 59.42 | - |
| YUV | 42.49 | 220.84 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 207 | 0.90 | 0.89 | 0 | 0.19 | 239.36 | 0.82 | 0.45 |
| Hex | 14 | 16 | CF | 5A | 59 | 0 | 13 | EF | 52 | 2D |
| Octal | 24 | 26 | 317 | 132 | 131 | 0 | 23 | 357 | 122 | 55 |
| Binary | 10100 | 10110 | 11001111 | 1011010 | 1011001 | 0 | 10011 | 11101111 | 1010010 | 101101 |
Color Harmonies of #1416CF
Complementary color
Monochromatic Colors of #1416CF
Black with #1416CF
Text Example
Text Example
White with #1416CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416CF; }
p { color: rgb(20,22,207); }
H1.HeaderClassName
{
color: #1416CF;
}
.AnyTagClassName
{
color: #1416CF;
}
</style>
background-color css
<style>
a { background-color: #1416CF; }
a { background-color: rgb(20,22,207); }
div.DivClassName
{
background-color: #1416CF;
}
.BgClassName
{
background-color: #1416CF;
}
</style>
border-color css
<style>
span { border-color: #1416CF; }
span { border-color: rgb(20,22,207); }
td.TdClassName
{
border-color: #1416CF;
}
.TagClassName
{
border-color: #1416CF;
}
</style>