Shades of Medium Blue #1214E5
Tints of Medium Blue #1214E5
RGB
CMYK
RGB Variations
Color information
#1214E5 (or 0x1214E5) is known color: Medium Blue. HEX triplet: 12, 14 and E5. RGB value is (18,20,229). Sum of RGB (Red+Green+Blue) = 18+20+229=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 229 (89.84% from 255 or 85.77% from 267); Max value from RGB is 229 - color contains mainly: blue. Hex color #1214E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214E5 is #EDEB1A. Grayscale: #2A2A2A. Windows color (decimal): -15592219 or 15012882. OLE color: 15012882.
HSL color Cylindrical-coordinate representation of color #1214E5: hue angle of 239.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1214E5 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 20 | 229 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.10 |
| HSL | 239.43º | 0.85% | 0.48% | - |
| HSV(B) | 239.43º | 0.92% | 0.9% | - |
| XYZ | 14.64 | 6.29 | 74.57 | - |
| YUV | 43.23 | 232.84 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 229 | 0.92 | 0.91 | 0 | 0.10 | 239.43 | 0.85 | 0.48 |
| Hex | 12 | 14 | E5 | 5C | 5B | 0 | A | EF | 55 | 30 |
| Octal | 22 | 24 | 345 | 134 | 133 | 0 | 12 | 357 | 125 | 60 |
| Binary | 10010 | 10100 | 11100101 | 1011100 | 1011011 | 0 | 1010 | 11101111 | 1010101 | 110000 |
Color Harmonies of #1214E5
Complementary color
Monochromatic Colors of #1214E5
Black with #1214E5
Text Example
Text Example
White with #1214E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214E5; }
p { color: rgb(18,20,229); }
H1.HeaderClassName
{
color: #1214E5;
}
.AnyTagClassName
{
color: #1214E5;
}
</style>
background-color css
<style>
a { background-color: #1214E5; }
a { background-color: rgb(18,20,229); }
div.DivClassName
{
background-color: #1214E5;
}
.BgClassName
{
background-color: #1214E5;
}
</style>
border-color css
<style>
span { border-color: #1214E5; }
span { border-color: rgb(18,20,229); }
td.TdClassName
{
border-color: #1214E5;
}
.TagClassName
{
border-color: #1214E5;
}
</style>