Shades of Medium Blue #141DDA
Tints of Medium Blue #141DDA
RGB
CMYK
RGB Variations
Color information
#141DDA (or 0x141DDA) is known color: Medium Blue. HEX triplet: 14, 1D and DA. RGB value is (20,29,218). Sum of RGB (Red+Green+Blue) = 20+29+218=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #141DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DDA is #EBE225. Grayscale: #2F2F2F. Windows color (decimal): -15458854 or 14294292. OLE color: 14294292.
HSL color Cylindrical-coordinate representation of color #141DDA: hue angle of 237.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141DDA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 29 | 218 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.15 |
| HSL | 237.27º | 0.83% | 0.47% | - |
| HSV(B) | 237.27º | 0.91% | 0.85% | - |
| XYZ | 13.38 | 6.09 | 66.8 | - |
| YUV | 47.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 218 | 0.91 | 0.87 | 0 | 0.15 | 237.27 | 0.83 | 0.47 |
| Hex | 14 | 1D | DA | 5B | 57 | 0 | F | ED | 53 | 2F |
| Octal | 24 | 35 | 332 | 133 | 127 | 0 | 17 | 355 | 123 | 57 |
| Binary | 10100 | 11101 | 11011010 | 1011011 | 1010111 | 0 | 1111 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141DDA
Complementary color
Monochromatic Colors of #141DDA
Black with #141DDA
Text Example
Text Example
White with #141DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DDA; }
p { color: rgb(20,29,218); }
H1.HeaderClassName
{
color: #141DDA;
}
.AnyTagClassName
{
color: #141DDA;
}
</style>
background-color css
<style>
a { background-color: #141DDA; }
a { background-color: rgb(20,29,218); }
div.DivClassName
{
background-color: #141DDA;
}
.BgClassName
{
background-color: #141DDA;
}
</style>
border-color css
<style>
span { border-color: #141DDA; }
span { border-color: rgb(20,29,218); }
td.TdClassName
{
border-color: #141DDA;
}
.TagClassName
{
border-color: #141DDA;
}
</style>