Shades of Blue #1406F5
Tints of Blue #1406F5
RGB
CMYK
RGB Variations
Color information
#1406F5 (or 0x1406F5) is known color: Blue. HEX triplet: 14, 06 and F5. RGB value is (20,6,245). Sum of RGB (Red+Green+Blue) = 20+6+245=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 245 (96.09% from 255 or 90.41% from 271); Max value from RGB is 245 - color contains mainly: blue. Hex color #1406F5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406F5 is #EBF90A. Grayscale: #242424. Windows color (decimal): -15464715 or 16057876. OLE color: 16057876.
HSL color Cylindrical-coordinate representation of color #1406F5: hue angle of 243.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1406F5 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 6 | 245 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.04 |
| HSL | 243.51º | 0.95% | 0.49% | - |
| HSV(B) | 243.51º | 0.98% | 0.96% | - |
| XYZ | 16.84 | 6.87 | 86.83 | - |
| YUV | 37.43 | 245.14 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 245 | 0.92 | 0.98 | 0 | 0.04 | 243.51 | 0.95 | 0.49 |
| Hex | 14 | 6 | F5 | 5C | 62 | 0 | 4 | F4 | 5F | 31 |
| Octal | 24 | 6 | 365 | 134 | 142 | 0 | 4 | 364 | 137 | 61 |
| Binary | 10100 | 110 | 11110101 | 1011100 | 1100010 | 0 | 100 | 11110100 | 1011111 | 110001 |
Color Harmonies of #1406F5
Complementary color
Monochromatic Colors of #1406F5
Black with #1406F5
Text Example
Text Example
White with #1406F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406F5; }
p { color: rgb(20,6,245); }
H1.HeaderClassName
{
color: #1406F5;
}
.AnyTagClassName
{
color: #1406F5;
}
</style>
background-color css
<style>
a { background-color: #1406F5; }
a { background-color: rgb(20,6,245); }
div.DivClassName
{
background-color: #1406F5;
}
.BgClassName
{
background-color: #1406F5;
}
</style>
border-color css
<style>
span { border-color: #1406F5; }
span { border-color: rgb(20,6,245); }
td.TdClassName
{
border-color: #1406F5;
}
.TagClassName
{
border-color: #1406F5;
}
</style>