Shades of Medium Blue #1214DB
Tints of Medium Blue #1214DB
RGB
CMYK
RGB Variations
Color information
#1214DB (or 0x1214DB) is known color: Medium Blue. HEX triplet: 12, 14 and DB. RGB value is (18,20,219). Sum of RGB (Red+Green+Blue) = 18+20+219=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1214DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214DB is #EDEB24. Grayscale: #292929. Windows color (decimal): -15592229 or 14357522. OLE color: 14357522.
HSL color Cylindrical-coordinate representation of color #1214DB: hue angle of 239.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1214DB is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 20 | 219 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.14 |
| HSL | 239.4º | 0.85% | 0.46% | - |
| HSV(B) | 239.4º | 0.92% | 0.86% | - |
| XYZ | 13.29 | 5.74 | 67.43 | - |
| YUV | 42.09 | 227.84 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 219 | 0.92 | 0.91 | 0 | 0.14 | 239.4 | 0.85 | 0.46 |
| Hex | 12 | 14 | DB | 5C | 5B | 0 | E | EF | 55 | 2E |
| Octal | 22 | 24 | 333 | 134 | 133 | 0 | 16 | 357 | 125 | 56 |
| Binary | 10010 | 10100 | 11011011 | 1011100 | 1011011 | 0 | 1110 | 11101111 | 1010101 | 101110 |
Color Harmonies of #1214DB
Complementary color
Monochromatic Colors of #1214DB
Black with #1214DB
Text Example
Text Example
White with #1214DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214DB; }
p { color: rgb(18,20,219); }
H1.HeaderClassName
{
color: #1214DB;
}
.AnyTagClassName
{
color: #1214DB;
}
</style>
background-color css
<style>
a { background-color: #1214DB; }
a { background-color: rgb(18,20,219); }
div.DivClassName
{
background-color: #1214DB;
}
.BgClassName
{
background-color: #1214DB;
}
</style>
border-color css
<style>
span { border-color: #1214DB; }
span { border-color: rgb(18,20,219); }
td.TdClassName
{
border-color: #1214DB;
}
.TagClassName
{
border-color: #1214DB;
}
</style>