Shades of Medium Blue #1420DE
Tints of Medium Blue #1420DE
RGB
CMYK
RGB Variations
Color information
#1420DE (or 0x1420DE) is known color: Medium Blue. HEX triplet: 14, 20 and DE. RGB value is (20,32,222). Sum of RGB (Red+Green+Blue) = 20+32+222=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 222 (87.11% from 255 or 81.02% from 274); Max value from RGB is 222 - color contains mainly: blue. Hex color #1420DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1420DE is #EBDF21. Grayscale: #313131. Windows color (decimal): -15458082 or 14557204. OLE color: 14557204.
HSL color Cylindrical-coordinate representation of color #1420DE: hue angle of 236.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1420DE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 32 | 222 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 236.44º | 0.83% | 0.47% | - |
| HSV(B) | 236.44º | 0.91% | 0.87% | - |
| XYZ | 13.99 | 6.46 | 69.62 | - |
| YUV | 50.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 222 | 0.91 | 0.86 | 0 | 0.13 | 236.44 | 0.83 | 0.47 |
| Hex | 14 | 20 | DE | 5B | 56 | 0 | D | EC | 53 | 2F |
| Octal | 24 | 40 | 336 | 133 | 126 | 0 | 15 | 354 | 123 | 57 |
| Binary | 10100 | 100000 | 11011110 | 1011011 | 1010110 | 0 | 1101 | 11101100 | 1010011 | 101111 |
Color Harmonies of #1420DE
Complementary color
Monochromatic Colors of #1420DE
Black with #1420DE
Text Example
Text Example
White with #1420DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1420DE; }
p { color: rgb(20,32,222); }
H1.HeaderClassName
{
color: #1420DE;
}
.AnyTagClassName
{
color: #1420DE;
}
</style>
background-color css
<style>
a { background-color: #1420DE; }
a { background-color: rgb(20,32,222); }
div.DivClassName
{
background-color: #1420DE;
}
.BgClassName
{
background-color: #1420DE;
}
</style>
border-color css
<style>
span { border-color: #1420DE; }
span { border-color: rgb(20,32,222); }
td.TdClassName
{
border-color: #1420DE;
}
.TagClassName
{
border-color: #1420DE;
}
</style>