Shades of Medium Blue #141FDD
Tints of Medium Blue #141FDD
RGB
CMYK
RGB Variations
Color information
#141FDD (or 0x141FDD) is known color: Medium Blue. HEX triplet: 14, 1F and DD. RGB value is (20,31,221). Sum of RGB (Red+Green+Blue) = 20+31+221=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #141FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FDD is #EBE022. Grayscale: #303030. Windows color (decimal): -15458339 or 14491412. OLE color: 14491412.
HSL color Cylindrical-coordinate representation of color #141FDD: hue angle of 236.72º 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 #141FDD is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 31 | 221 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 236.72º | 0.83% | 0.47% | - |
| HSV(B) | 236.72º | 0.91% | 0.87% | - |
| XYZ | 13.83 | 6.35 | 68.9 | - |
| YUV | 49.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 221 | 0.91 | 0.86 | 0 | 0.13 | 236.72 | 0.83 | 0.47 |
| Hex | 14 | 1F | DD | 5B | 56 | 0 | D | ED | 53 | 2F |
| Octal | 24 | 37 | 335 | 133 | 126 | 0 | 15 | 355 | 123 | 57 |
| Binary | 10100 | 11111 | 11011101 | 1011011 | 1010110 | 0 | 1101 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141FDD
Complementary color
Monochromatic Colors of #141FDD
Black with #141FDD
Text Example
Text Example
White with #141FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FDD; }
p { color: rgb(20,31,221); }
H1.HeaderClassName
{
color: #141FDD;
}
.AnyTagClassName
{
color: #141FDD;
}
</style>
background-color css
<style>
a { background-color: #141FDD; }
a { background-color: rgb(20,31,221); }
div.DivClassName
{
background-color: #141FDD;
}
.BgClassName
{
background-color: #141FDD;
}
</style>
border-color css
<style>
span { border-color: #141FDD; }
span { border-color: rgb(20,31,221); }
td.TdClassName
{
border-color: #141FDD;
}
.TagClassName
{
border-color: #141FDD;
}
</style>