Shades of Medium Blue #1414BD
Tints of Medium Blue #1414BD
RGB
CMYK
RGB Variations
Color information
#1414BD (or 0x1414BD) is known color: Medium Blue. HEX triplet: 14, 14 and BD. RGB value is (20,20,189). Sum of RGB (Red+Green+Blue) = 20+20+189=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #1414BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414BD is #EBEB42. Grayscale: #262626. Windows color (decimal): -15461187 or 12391444. OLE color: 12391444.
HSL color Cylindrical-coordinate representation of color #1414BD: hue angle of 240º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1414BD is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 20 | 189 | - |
| CMYK | 0.89 | 0.89 | 0 | 0.26 |
| HSL | 240º | 0.81% | 0.41% | - |
| HSV(B) | 240º | 0.89% | 0.74% | - |
| XYZ | 9.72 | 4.32 | 48.47 | - |
| YUV | 39.27 | 212.5 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 189 | 0.89 | 0.89 | 0 | 0.26 | 240 | 0.81 | 0.41 |
| Hex | 14 | 14 | BD | 59 | 59 | 0 | 1A | F0 | 51 | 29 |
| Octal | 24 | 24 | 275 | 131 | 131 | 0 | 32 | 360 | 121 | 51 |
| Binary | 10100 | 10100 | 10111101 | 1011001 | 1011001 | 0 | 11010 | 11110000 | 1010001 | 101001 |
Color Harmonies of #1414BD
Complementary color
Monochromatic Colors of #1414BD
Black with #1414BD
Text Example
Text Example
White with #1414BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414BD; }
p { color: rgb(20,20,189); }
H1.HeaderClassName
{
color: #1414BD;
}
.AnyTagClassName
{
color: #1414BD;
}
</style>
background-color css
<style>
a { background-color: #1414BD; }
a { background-color: rgb(20,20,189); }
div.DivClassName
{
background-color: #1414BD;
}
.BgClassName
{
background-color: #1414BD;
}
</style>
border-color css
<style>
span { border-color: #1414BD; }
span { border-color: rgb(20,20,189); }
td.TdClassName
{
border-color: #1414BD;
}
.TagClassName
{
border-color: #1414BD;
}
</style>