Shades of Blue #1214E9
Tints of Blue #1214E9
RGB
CMYK
RGB Variations
Color information
#1214E9 (or 0x1214E9) is known color: Blue. HEX triplet: 12, 14 and E9. RGB value is (18,20,233). Sum of RGB (Red+Green+Blue) = 18+20+233=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 233 (91.41% from 255 or 85.98% from 271); Max value from RGB is 233 - color contains mainly: blue. Hex color #1214E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214E9 is #EDEB16. Grayscale: #2A2A2A. Windows color (decimal): -15592215 or 15275026. OLE color: 15275026.
HSL color Cylindrical-coordinate representation of color #1214E9: hue angle of 239.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1214E9 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 20 | 233 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.09 |
| HSL | 239.44º | 0.86% | 0.49% | - |
| HSV(B) | 239.44º | 0.92% | 0.91% | - |
| XYZ | 15.21 | 6.51 | 77.55 | - |
| YUV | 43.68 | 234.84 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 233 | 0.92 | 0.91 | 0 | 0.09 | 239.44 | 0.86 | 0.49 |
| Hex | 12 | 14 | E9 | 5C | 5B | 0 | 9 | EF | 56 | 31 |
| Octal | 22 | 24 | 351 | 134 | 133 | 0 | 11 | 357 | 126 | 61 |
| Binary | 10010 | 10100 | 11101001 | 1011100 | 1011011 | 0 | 1001 | 11101111 | 1010110 | 110001 |
Color Harmonies of #1214E9
Complementary color
Monochromatic Colors of #1214E9
Black with #1214E9
Text Example
Text Example
White with #1214E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214E9; }
p { color: rgb(18,20,233); }
H1.HeaderClassName
{
color: #1214E9;
}
.AnyTagClassName
{
color: #1214E9;
}
</style>
background-color css
<style>
a { background-color: #1214E9; }
a { background-color: rgb(18,20,233); }
div.DivClassName
{
background-color: #1214E9;
}
.BgClassName
{
background-color: #1214E9;
}
</style>
border-color css
<style>
span { border-color: #1214E9; }
span { border-color: rgb(18,20,233); }
td.TdClassName
{
border-color: #1214E9;
}
.TagClassName
{
border-color: #1214E9;
}
</style>