Shades of Blue #1214FC
Tints of Blue #1214FC
RGB
CMYK
RGB Variations
Color information
#1214FC (or 0x1214FC) is known color: Blue. HEX triplet: 12, 14 and FC. RGB value is (18,20,252). Sum of RGB (Red+Green+Blue) = 18+20+252=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 252 (98.83% from 255 or 86.90% from 290); Max value from RGB is 252 - color contains mainly: blue. Hex color #1214FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214FC is #EDEB03. Grayscale: #2C2C2C. Windows color (decimal): -15592196 or 16520210. OLE color: 16520210.
HSL color Cylindrical-coordinate representation of color #1214FC: hue angle of 239.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1214FC is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 20 | 252 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.01 |
| HSL | 239.49º | 0.98% | 0.53% | - |
| HSV(B) | 239.49º | 0.93% | 0.99% | - |
| XYZ | 18.07 | 7.66 | 92.62 | - |
| YUV | 45.85 | 244.34 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 252 | 0.93 | 0.92 | 0 | 0.01 | 239.49 | 0.98 | 0.53 |
| Hex | 12 | 14 | FC | 5D | 5C | 0 | 1 | EF | 62 | 35 |
| Octal | 22 | 24 | 374 | 135 | 134 | 0 | 1 | 357 | 142 | 65 |
| Binary | 10010 | 10100 | 11111100 | 1011101 | 1011100 | 0 | 1 | 11101111 | 1100010 | 110101 |
Color Harmonies of #1214FC
Complementary color
Monochromatic Colors of #1214FC
Black with #1214FC
Text Example
Text Example
White with #1214FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1214FC; }
p { color: rgb(18,20,252); }
H1.HeaderClassName
{
color: #1214FC;
}
.AnyTagClassName
{
color: #1214FC;
}
</style>
background-color css
<style>
a { background-color: #1214FC; }
a { background-color: rgb(18,20,252); }
div.DivClassName
{
background-color: #1214FC;
}
.BgClassName
{
background-color: #1214FC;
}
</style>
border-color css
<style>
span { border-color: #1214FC; }
span { border-color: rgb(18,20,252); }
td.TdClassName
{
border-color: #1214FC;
}
.TagClassName
{
border-color: #1214FC;
}
</style>