Shades of Blue #1406FE
Tints of Blue #1406FE
RGB
CMYK
RGB Variations
Color information
#1406FE (or 0x1406FE) is known color: Blue. HEX triplet: 14, 06 and FE. RGB value is (20,6,254). Sum of RGB (Red+Green+Blue) = 20+6+254=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 254 (99.61% from 255 or 90.71% from 280); Max value from RGB is 254 - color contains mainly: blue. Hex color #1406FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406FE is #EBF901. Grayscale: #252525. Windows color (decimal): -15464706 or 16647700. OLE color: 16647700.
HSL color Cylindrical-coordinate representation of color #1406FE: hue angle of 243.39º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1406FE is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 6 | 254 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.00 |
| HSL | 243.39º | 0.99% | 0.51% | - |
| HSV(B) | 243.39º | 0.98% | 1% | - |
| XYZ | 18.24 | 7.43 | 94.24 | - |
| YUV | 38.46 | 249.64 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 254 | 0.92 | 0.98 | 0 | 0.00 | 243.39 | 0.99 | 0.51 |
| Hex | 14 | 6 | FE | 5C | 62 | 0 | 0 | F3 | 63 | 33 |
| Octal | 24 | 6 | 376 | 134 | 142 | 0 | 0 | 363 | 143 | 63 |
| Binary | 10100 | 110 | 11111110 | 1011100 | 1100010 | 0 | 0 | 11110011 | 1100011 | 110011 |
Color Harmonies of #1406FE
Complementary color
Monochromatic Colors of #1406FE
Black with #1406FE
Text Example
Text Example
White with #1406FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406FE; }
p { color: rgb(20,6,254); }
H1.HeaderClassName
{
color: #1406FE;
}
.AnyTagClassName
{
color: #1406FE;
}
</style>
background-color css
<style>
a { background-color: #1406FE; }
a { background-color: rgb(20,6,254); }
div.DivClassName
{
background-color: #1406FE;
}
.BgClassName
{
background-color: #1406FE;
}
</style>
border-color css
<style>
span { border-color: #1406FE; }
span { border-color: rgb(20,6,254); }
td.TdClassName
{
border-color: #1406FE;
}
.TagClassName
{
border-color: #1406FE;
}
</style>