Shades of Medium Blue #141BDF
Tints of Medium Blue #141BDF
RGB
CMYK
RGB Variations
Color information
#141BDF (or 0x141BDF) is known color: Medium Blue. HEX triplet: 14, 1B and DF. RGB value is (20,27,223). Sum of RGB (Red+Green+Blue) = 20+27+223=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #141BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BDF is #EBE420. Grayscale: #2E2E2E. Windows color (decimal): -15459361 or 14621460. OLE color: 14621460.
HSL color Cylindrical-coordinate representation of color #141BDF: hue angle of 237.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #141BDF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 27 | 223 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.13 |
| HSL | 237.93º | 0.84% | 0.48% | - |
| HSV(B) | 237.93º | 0.91% | 0.87% | - |
| XYZ | 14 | 6.26 | 70.28 | - |
| YUV | 47.25 | 227.18 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 223 | 0.91 | 0.88 | 0 | 0.13 | 237.93 | 0.84 | 0.48 |
| Hex | 14 | 1B | DF | 5B | 58 | 0 | D | EE | 54 | 30 |
| Octal | 24 | 33 | 337 | 133 | 130 | 0 | 15 | 356 | 124 | 60 |
| Binary | 10100 | 11011 | 11011111 | 1011011 | 1011000 | 0 | 1101 | 11101110 | 1010100 | 110000 |
Color Harmonies of #141BDF
Complementary color
Monochromatic Colors of #141BDF
Black with #141BDF
Text Example
Text Example
White with #141BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141BDF; }
p { color: rgb(20,27,223); }
H1.HeaderClassName
{
color: #141BDF;
}
.AnyTagClassName
{
color: #141BDF;
}
</style>
background-color css
<style>
a { background-color: #141BDF; }
a { background-color: rgb(20,27,223); }
div.DivClassName
{
background-color: #141BDF;
}
.BgClassName
{
background-color: #141BDF;
}
</style>
border-color css
<style>
span { border-color: #141BDF; }
span { border-color: rgb(20,27,223); }
td.TdClassName
{
border-color: #141BDF;
}
.TagClassName
{
border-color: #141BDF;
}
</style>