Shades of Blue #1214EF
Tints of Blue #1214EF
RGB
CMYK
RGB Variations
Color information
#1214EF (or 0x1214EF) is known color: Blue. HEX triplet: 12, 14 and EF. RGB value is (18,20,239). Sum of RGB (Red+Green+Blue) = 18+20+239=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #1214EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214EF is #EDEB10. Grayscale: #2B2B2B. Windows color (decimal): -15592209 or 15668242. OLE color: 15668242.
HSL color Cylindrical-coordinate representation of color #1214EF: hue angle of 239.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1214EF is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 20 | 239 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.06 |
| HSL | 239.46º | 0.87% | 0.5% | - |
| HSV(B) | 239.46º | 0.92% | 0.94% | - |
| XYZ | 16.08 | 6.86 | 82.14 | - |
| YUV | 44.37 | 237.84 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 239 | 0.92 | 0.92 | 0 | 0.06 | 239.46 | 0.87 | 0.5 |
| Hex | 12 | 14 | EF | 5C | 5C | 0 | 6 | EF | 57 | 32 |
| Octal | 22 | 24 | 357 | 134 | 134 | 0 | 6 | 357 | 127 | 62 |
| Binary | 10010 | 10100 | 11101111 | 1011100 | 1011100 | 0 | 110 | 11101111 | 1010111 | 110010 |
Color Harmonies of #1214EF
Complementary color
Monochromatic Colors of #1214EF
Black with #1214EF
Text Example
Text Example
White with #1214EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214EF; }
p { color: rgb(18,20,239); }
H1.HeaderClassName
{
color: #1214EF;
}
.AnyTagClassName
{
color: #1214EF;
}
</style>
background-color css
<style>
a { background-color: #1214EF; }
a { background-color: rgb(18,20,239); }
div.DivClassName
{
background-color: #1214EF;
}
.BgClassName
{
background-color: #1214EF;
}
</style>
border-color css
<style>
span { border-color: #1214EF; }
span { border-color: rgb(18,20,239); }
td.TdClassName
{
border-color: #1214EF;
}
.TagClassName
{
border-color: #1214EF;
}
</style>