Shades of Medium Blue #1214BD
Tints of Medium Blue #1214BD
RGB
CMYK
RGB Variations
Color information
#1214BD (or 0x1214BD) is known color: Medium Blue. HEX triplet: 12, 14 and BD. RGB value is (18,20,189). Sum of RGB (Red+Green+Blue) = 18+20+189=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #1214BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214BD is #EDEB42. Grayscale: #252525. Windows color (decimal): -15592259 or 12391442. OLE color: 12391442.
HSL color Cylindrical-coordinate representation of color #1214BD: hue angle of 239.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1214BD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 20 | 189 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.26 |
| HSL | 239.3º | 0.83% | 0.41% | - |
| HSV(B) | 239.3º | 0.9% | 0.74% | - |
| XYZ | 9.68 | 4.3 | 48.46 | - |
| YUV | 38.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 189 | 0.90 | 0.89 | 0 | 0.26 | 239.3 | 0.83 | 0.41 |
| Hex | 12 | 14 | BD | 5A | 59 | 0 | 1A | EF | 53 | 29 |
| Octal | 22 | 24 | 275 | 132 | 131 | 0 | 32 | 357 | 123 | 51 |
| Binary | 10010 | 10100 | 10111101 | 1011010 | 1011001 | 0 | 11010 | 11101111 | 1010011 | 101001 |
Color Harmonies of #1214BD
Complementary color
Monochromatic Colors of #1214BD
Black with #1214BD
Text Example
Text Example
White with #1214BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214BD; }
p { color: rgb(18,20,189); }
H1.HeaderClassName
{
color: #1214BD;
}
.AnyTagClassName
{
color: #1214BD;
}
</style>
background-color css
<style>
a { background-color: #1214BD; }
a { background-color: rgb(18,20,189); }
div.DivClassName
{
background-color: #1214BD;
}
.BgClassName
{
background-color: #1214BD;
}
</style>
border-color css
<style>
span { border-color: #1214BD; }
span { border-color: rgb(18,20,189); }
td.TdClassName
{
border-color: #1214BD;
}
.TagClassName
{
border-color: #1214BD;
}
</style>