Shades of Medium Blue #1402CD
Tints of Medium Blue #1402CD
RGB
CMYK
RGB Variations
Color information
#1402CD (or 0x1402CD) is known color: Medium Blue. HEX triplet: 14, 02 and CD. RGB value is (20,2,205). Sum of RGB (Red+Green+Blue) = 20+2+205=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #1402CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402CD is #EBFD32. Grayscale: #1D1D1D. Windows color (decimal): -15465779 or 13435412. OLE color: 13435412.
HSL color Cylindrical-coordinate representation of color #1402CD: hue angle of 245.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402CD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 2 | 205 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.20 |
| HSL | 245.32º | 0.98% | 0.41% | - |
| HSV(B) | 245.32º | 0.99% | 0.8% | - |
| XYZ | 11.33 | 4.6 | 58.05 | - |
| YUV | 30.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 205 | 0.90 | 0.99 | 0 | 0.20 | 245.32 | 0.98 | 0.41 |
| Hex | 14 | 2 | CD | 5A | 63 | 0 | 14 | F5 | 62 | 29 |
| Octal | 24 | 2 | 315 | 132 | 143 | 0 | 24 | 365 | 142 | 51 |
| Binary | 10100 | 10 | 11001101 | 1011010 | 1100011 | 0 | 10100 | 11110101 | 1100010 | 101001 |
Color Harmonies of #1402CD
Complementary color
Monochromatic Colors of #1402CD
Black with #1402CD
Text Example
Text Example
White with #1402CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402CD; }
p { color: rgb(20,2,205); }
H1.HeaderClassName
{
color: #1402CD;
}
.AnyTagClassName
{
color: #1402CD;
}
</style>
background-color css
<style>
a { background-color: #1402CD; }
a { background-color: rgb(20,2,205); }
div.DivClassName
{
background-color: #1402CD;
}
.BgClassName
{
background-color: #1402CD;
}
</style>
border-color css
<style>
span { border-color: #1402CD; }
span { border-color: rgb(20,2,205); }
td.TdClassName
{
border-color: #1402CD;
}
.TagClassName
{
border-color: #1402CD;
}
</style>