Shades of Medium Blue #1401DE
Tints of Medium Blue #1401DE
RGB
CMYK
RGB Variations
Color information
#1401DE (or 0x1401DE) is known color: Medium Blue. HEX triplet: 14, 01 and DE. RGB value is (20,1,222). Sum of RGB (Red+Green+Blue) = 20+1+222=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 222 (87.11% from 255 or 91.36% from 243); Max value from RGB is 222 - color contains mainly: blue. Hex color #1401DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401DE is #EBFE21. Grayscale: #1F1F1F. Windows color (decimal): -15466018 or 14549268. OLE color: 14549268.
HSL color Cylindrical-coordinate representation of color #1401DE: hue angle of 245.16º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1401DE is Cyan = 0.91, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 1 | 222 | - |
| CMYK | 0.91 | 1.00 | 0 | 0.13 |
| HSL | 245.16º | 0.99% | 0.44% | - |
| HSV(B) | 245.16º | 1% | 0.87% | - |
| XYZ | 13.48 | 5.44 | 69.45 | - |
| YUV | 31.88 | 235.29 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 222 | 0.91 | 1.00 | 0 | 0.13 | 245.16 | 0.99 | 0.44 |
| Hex | 14 | 1 | DE | 5B | 64 | 0 | D | F5 | 63 | 2C |
| Octal | 24 | 1 | 336 | 133 | 144 | 0 | 15 | 365 | 143 | 54 |
| Binary | 10100 | 1 | 11011110 | 1011011 | 1100100 | 0 | 1101 | 11110101 | 1100011 | 101100 |
Color Harmonies of #1401DE
Complementary color
Monochromatic Colors of #1401DE
Black with #1401DE
Text Example
Text Example
White with #1401DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1401DE; }
p { color: rgb(20,1,222); }
H1.HeaderClassName
{
color: #1401DE;
}
.AnyTagClassName
{
color: #1401DE;
}
</style>
background-color css
<style>
a { background-color: #1401DE; }
a { background-color: rgb(20,1,222); }
div.DivClassName
{
background-color: #1401DE;
}
.BgClassName
{
background-color: #1401DE;
}
</style>
border-color css
<style>
span { border-color: #1401DE; }
span { border-color: rgb(20,1,222); }
td.TdClassName
{
border-color: #1401DE;
}
.TagClassName
{
border-color: #1401DE;
}
</style>