Shades of Medium Blue #1402CE
Tints of Medium Blue #1402CE
RGB
CMYK
RGB Variations
Color information
#1402CE (or 0x1402CE) is known color: Medium Blue. HEX triplet: 14, 02 and CE. RGB value is (20,2,206). Sum of RGB (Red+Green+Blue) = 20+2+206=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #1402CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402CE is #EBFD31. Grayscale: #1D1D1D. Windows color (decimal): -15465778 or 13500948. OLE color: 13500948.
HSL color Cylindrical-coordinate representation of color #1402CE: hue angle of 245.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402CE is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 2 | 206 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.19 |
| HSL | 245.29º | 0.98% | 0.41% | - |
| HSV(B) | 245.29º | 0.99% | 0.81% | - |
| XYZ | 11.45 | 4.65 | 58.69 | - |
| YUV | 30.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 206 | 0.90 | 0.99 | 0 | 0.19 | 245.29 | 0.98 | 0.41 |
| Hex | 14 | 2 | CE | 5A | 63 | 0 | 13 | F5 | 62 | 29 |
| Octal | 24 | 2 | 316 | 132 | 143 | 0 | 23 | 365 | 142 | 51 |
| Binary | 10100 | 10 | 11001110 | 1011010 | 1100011 | 0 | 10011 | 11110101 | 1100010 | 101001 |
Color Harmonies of #1402CE
Complementary color
Monochromatic Colors of #1402CE
Black with #1402CE
Text Example
Text Example
White with #1402CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402CE; }
p { color: rgb(20,2,206); }
H1.HeaderClassName
{
color: #1402CE;
}
.AnyTagClassName
{
color: #1402CE;
}
</style>
background-color css
<style>
a { background-color: #1402CE; }
a { background-color: rgb(20,2,206); }
div.DivClassName
{
background-color: #1402CE;
}
.BgClassName
{
background-color: #1402CE;
}
</style>
border-color css
<style>
span { border-color: #1402CE; }
span { border-color: rgb(20,2,206); }
td.TdClassName
{
border-color: #1402CE;
}
.TagClassName
{
border-color: #1402CE;
}
</style>