Shades of Medium Blue #1400DE
Tints of Medium Blue #1400DE
RGB
CMYK
RGB Variations
Color information
#1400DE (or 0x1400DE) is known color: Medium Blue. HEX triplet: 14, 00 and DE. RGB value is (20,0,222). Sum of RGB (Red+Green+Blue) = 20+0+222=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 222 (87.11% from 255 or 91.74% from 242); Max value from RGB is 222 - color contains mainly: blue. Hex color #1400DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400DE is #EBFF21. Grayscale: #1E1E1E. Windows color (decimal): -15466274 or 14549012. OLE color: 14549012.
HSL color Cylindrical-coordinate representation of color #1400DE: hue angle of 245.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1400DE is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 0 | 222 | - |
| CMYK | 0.91 | 1 | 0 | 0.13 |
| HSL | 245.41º | 1% | 0.44% | - |
| HSV(B) | 245.41º | 1% | 0.87% | - |
| XYZ | 13.47 | 5.42 | 69.44 | - |
| YUV | 31.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 0 | 222 | 0.91 | 1 | 0 | 0.13 | 245.41 | 1 | 0.44 |
| Hex | 14 | 0 | DE | 5B | 64 | 0 | D | F5 | 64 | 2C |
| Octal | 24 | 0 | 336 | 133 | 144 | 0 | 15 | 365 | 144 | 54 |
| Binary | 10100 | 0 | 11011110 | 1011011 | 1100100 | 0 | 1101 | 11110101 | 1100100 | 101100 |
Color Harmonies of #1400DE
Complementary color
Monochromatic Colors of #1400DE
Black with #1400DE
Text Example
Text Example
White with #1400DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1400DE; }
p { color: rgb(20,0,222); }
H1.HeaderClassName
{
color: #1400DE;
}
.AnyTagClassName
{
color: #1400DE;
}
</style>
background-color css
<style>
a { background-color: #1400DE; }
a { background-color: rgb(20,0,222); }
div.DivClassName
{
background-color: #1400DE;
}
.BgClassName
{
background-color: #1400DE;
}
</style>
border-color css
<style>
span { border-color: #1400DE; }
span { border-color: rgb(20,0,222); }
td.TdClassName
{
border-color: #1400DE;
}
.TagClassName
{
border-color: #1400DE;
}
</style>