Shades of Blue #1412FC
Tints of Blue #1412FC
RGB
CMYK
RGB Variations
Color information
#1412FC (or 0x1412FC) is known color: Blue. HEX triplet: 14, 12 and FC. RGB value is (20,18,252). Sum of RGB (Red+Green+Blue) = 20+18+252=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 18 (7.42% from 255 or 6.21% 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 #1412FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1412FC is #EBED03. Grayscale: #2C2C2C. Windows color (decimal): -15461636 or 16519700. OLE color: 16519700.
HSL color Cylindrical-coordinate representation of color #1412FC: hue angle of 240.51º 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 #1412FC is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 18 | 252 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.01 |
| HSL | 240.51º | 0.98% | 0.53% | - |
| HSV(B) | 240.51º | 0.93% | 0.99% | - |
| XYZ | 18.08 | 7.61 | 92.61 | - |
| YUV | 45.27 | 244.66 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 252 | 0.92 | 0.93 | 0 | 0.01 | 240.51 | 0.98 | 0.53 |
| Hex | 14 | 12 | FC | 5C | 5D | 0 | 1 | F1 | 62 | 35 |
| Octal | 24 | 22 | 374 | 134 | 135 | 0 | 1 | 361 | 142 | 65 |
| Binary | 10100 | 10010 | 11111100 | 1011100 | 1011101 | 0 | 1 | 11110001 | 1100010 | 110101 |
Color Harmonies of #1412FC
Complementary color
Monochromatic Colors of #1412FC
Black with #1412FC
Text Example
Text Example
White with #1412FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1412FC; }
p { color: rgb(20,18,252); }
H1.HeaderClassName
{
color: #1412FC;
}
.AnyTagClassName
{
color: #1412FC;
}
</style>
background-color css
<style>
a { background-color: #1412FC; }
a { background-color: rgb(20,18,252); }
div.DivClassName
{
background-color: #1412FC;
}
.BgClassName
{
background-color: #1412FC;
}
</style>
border-color css
<style>
span { border-color: #1412FC; }
span { border-color: rgb(20,18,252); }
td.TdClassName
{
border-color: #1412FC;
}
.TagClassName
{
border-color: #1412FC;
}
</style>