Shades of Medium Blue #1414BF
Tints of Medium Blue #1414BF
RGB
CMYK
RGB Variations
Color information
#1414BF (or 0x1414BF) is known color: Medium Blue. HEX triplet: 14, 14 and BF. RGB value is (20,20,191). Sum of RGB (Red+Green+Blue) = 20+20+191=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 191 (75% from 255 or 82.68% from 231); Max value from RGB is 191 - color contains mainly: blue. Hex color #1414BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414BF is #EBEB40. Grayscale: #262626. Windows color (decimal): -15461185 or 12522516. OLE color: 12522516.
HSL color Cylindrical-coordinate representation of color #1414BF: hue angle of 240º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1414BF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 20 | 191 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.25 |
| HSL | 240º | 0.81% | 0.41% | - |
| HSV(B) | 240º | 0.9% | 0.75% | - |
| XYZ | 9.94 | 4.41 | 49.62 | - |
| YUV | 39.49 | 213.5 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 191 | 0.90 | 0.90 | 0 | 0.25 | 240 | 0.81 | 0.41 |
| Hex | 14 | 14 | BF | 5A | 5A | 0 | 19 | F0 | 51 | 29 |
| Octal | 24 | 24 | 277 | 132 | 132 | 0 | 31 | 360 | 121 | 51 |
| Binary | 10100 | 10100 | 10111111 | 1011010 | 1011010 | 0 | 11001 | 11110000 | 1010001 | 101001 |
Color Harmonies of #1414BF
Complementary color
Monochromatic Colors of #1414BF
Black with #1414BF
Text Example
Text Example
White with #1414BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414BF; }
p { color: rgb(20,20,191); }
H1.HeaderClassName
{
color: #1414BF;
}
.AnyTagClassName
{
color: #1414BF;
}
</style>
background-color css
<style>
a { background-color: #1414BF; }
a { background-color: rgb(20,20,191); }
div.DivClassName
{
background-color: #1414BF;
}
.BgClassName
{
background-color: #1414BF;
}
</style>
border-color css
<style>
span { border-color: #1414BF; }
span { border-color: rgb(20,20,191); }
td.TdClassName
{
border-color: #1414BF;
}
.TagClassName
{
border-color: #1414BF;
}
</style>