Shades of Blue #1412FF
Tints of Blue #1412FF
RGB
CMYK
RGB Variations
Color information
#1412FF (or 0x1412FF) is known color: Blue. HEX triplet: 14, 12 and FF. RGB value is (20,18,255). Sum of RGB (Red+Green+Blue) = 20+18+255=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #1412FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1412FF is #EBED00. Grayscale: #2C2C2C. Windows color (decimal): -15461633 or 16716308. OLE color: 16716308.
HSL color Cylindrical-coordinate representation of color #1412FF: hue angle of 240.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1412FF is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 18 | 255 | - |
| CMYK | 0.92 | 0.93 | 0 | 0 |
| HSL | 240.51º | 1% | 0.54% | - |
| HSV(B) | 240.51º | 0.93% | 1% | - |
| XYZ | 18.55 | 7.8 | 95.14 | - |
| YUV | 45.62 | 246.16 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 255 | 0.92 | 0.93 | 0 | 0 | 240.51 | 1 | 0.54 |
| Hex | 14 | 12 | FF | 5C | 5D | 0 | 0 | F1 | 64 | 36 |
| Octal | 24 | 22 | 377 | 134 | 135 | 0 | 0 | 361 | 144 | 66 |
| Binary | 10100 | 10010 | 11111111 | 1011100 | 1011101 | 0 | 0 | 11110001 | 1100100 | 110110 |
Color Harmonies of #1412FF
Complementary color
Monochromatic Colors of #1412FF
Black with #1412FF
Text Example
Text Example
White with #1412FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1412FF; }
p { color: rgb(20,18,255); }
H1.HeaderClassName
{
color: #1412FF;
}
.AnyTagClassName
{
color: #1412FF;
}
</style>
background-color css
<style>
a { background-color: #1412FF; }
a { background-color: rgb(20,18,255); }
div.DivClassName
{
background-color: #1412FF;
}
.BgClassName
{
background-color: #1412FF;
}
</style>
border-color css
<style>
span { border-color: #1412FF; }
span { border-color: rgb(20,18,255); }
td.TdClassName
{
border-color: #1412FF;
}
.TagClassName
{
border-color: #1412FF;
}
</style>