Shades of Medium Blue #1402CC
Tints of Medium Blue #1402CC
RGB
CMYK
RGB Variations
Color information
#1402CC (or 0x1402CC) is known color: Medium Blue. HEX triplet: 14, 02 and CC. RGB value is (20,2,204). Sum of RGB (Red+Green+Blue) = 20+2+204=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #1402CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402CC is #EBFD33. Grayscale: #1D1D1D. Windows color (decimal): -15465780 or 13369876. OLE color: 13369876.
HSL color Cylindrical-coordinate representation of color #1402CC: hue angle of 245.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402CC is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 2 | 204 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.2 |
| HSL | 245.35º | 0.98% | 0.4% | - |
| HSV(B) | 245.35º | 0.99% | 0.8% | - |
| XYZ | 11.21 | 4.55 | 57.41 | - |
| YUV | 30.41 | 225.96 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 204 | 0.90 | 0.99 | 0 | 0.2 | 245.35 | 0.98 | 0.4 |
| Hex | 14 | 2 | CC | 5A | 63 | 0 | 14 | F5 | 62 | 28 |
| Octal | 24 | 2 | 314 | 132 | 143 | 0 | 24 | 365 | 142 | 50 |
| Binary | 10100 | 10 | 11001100 | 1011010 | 1100011 | 0 | 10100 | 11110101 | 1100010 | 101000 |
Color Harmonies of #1402CC
Complementary color
Monochromatic Colors of #1402CC
Black with #1402CC
Text Example
Text Example
White with #1402CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1402CC; }
p { color: rgb(20,2,204); }
H1.HeaderClassName
{
color: #1402CC;
}
.AnyTagClassName
{
color: #1402CC;
}
</style>
background-color css
<style>
a { background-color: #1402CC; }
a { background-color: rgb(20,2,204); }
div.DivClassName
{
background-color: #1402CC;
}
.BgClassName
{
background-color: #1402CC;
}
</style>
border-color css
<style>
span { border-color: #1402CC; }
span { border-color: rgb(20,2,204); }
td.TdClassName
{
border-color: #1402CC;
}
.TagClassName
{
border-color: #1402CC;
}
</style>