Shades of Medium Blue #1406D2
Tints of Medium Blue #1406D2
RGB
CMYK
RGB Variations
Color information
#1406D2 (or 0x1406D2) is known color: Medium Blue. HEX triplet: 14, 06 and D2. RGB value is (20,6,210). Sum of RGB (Red+Green+Blue) = 20+6+210=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 210 (82.42% from 255 or 88.98% from 236); Max value from RGB is 210 - color contains mainly: blue. Hex color #1406D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406D2 is #EBF92D. Grayscale: #202020. Windows color (decimal): -15464750 or 13764116. OLE color: 13764116.
HSL color Cylindrical-coordinate representation of color #1406D2: hue angle of 244.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406D2 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 6 | 210 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.18 |
| HSL | 244.12º | 0.94% | 0.42% | - |
| HSV(B) | 244.12º | 0.97% | 0.82% | - |
| XYZ | 11.99 | 4.93 | 61.29 | - |
| YUV | 33.44 | 227.64 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 210 | 0.90 | 0.97 | 0 | 0.18 | 244.12 | 0.94 | 0.42 |
| Hex | 14 | 6 | D2 | 5A | 61 | 0 | 12 | F4 | 5E | 2A |
| Octal | 24 | 6 | 322 | 132 | 141 | 0 | 22 | 364 | 136 | 52 |
| Binary | 10100 | 110 | 11010010 | 1011010 | 1100001 | 0 | 10010 | 11110100 | 1011110 | 101010 |
Color Harmonies of #1406D2
Complementary color
Monochromatic Colors of #1406D2
Black with #1406D2
Text Example
Text Example
White with #1406D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406D2; }
p { color: rgb(20,6,210); }
H1.HeaderClassName
{
color: #1406D2;
}
.AnyTagClassName
{
color: #1406D2;
}
</style>
background-color css
<style>
a { background-color: #1406D2; }
a { background-color: rgb(20,6,210); }
div.DivClassName
{
background-color: #1406D2;
}
.BgClassName
{
background-color: #1406D2;
}
</style>
border-color css
<style>
span { border-color: #1406D2; }
span { border-color: rgb(20,6,210); }
td.TdClassName
{
border-color: #1406D2;
}
.TagClassName
{
border-color: #1406D2;
}
</style>