Shades of Blue #1406FA
Tints of Blue #1406FA
RGB
CMYK
RGB Variations
Color information
#1406FA (or 0x1406FA) is known color: Blue. HEX triplet: 14, 06 and FA. RGB value is (20,6,250). Sum of RGB (Red+Green+Blue) = 20+6+250=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #1406FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406FA is #EBF905. Grayscale: #252525. Windows color (decimal): -15464710 or 16385556. OLE color: 16385556.
HSL color Cylindrical-coordinate representation of color #1406FA: hue angle of 243.44º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1406FA is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 6 | 250 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.02 |
| HSL | 243.44º | 0.96% | 0.5% | - |
| HSV(B) | 243.44º | 0.98% | 0.98% | - |
| XYZ | 17.61 | 7.18 | 90.9 | - |
| YUV | 38 | 247.64 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 250 | 0.92 | 0.98 | 0 | 0.02 | 243.44 | 0.96 | 0.5 |
| Hex | 14 | 6 | FA | 5C | 62 | 0 | 2 | F3 | 60 | 32 |
| Octal | 24 | 6 | 372 | 134 | 142 | 0 | 2 | 363 | 140 | 62 |
| Binary | 10100 | 110 | 11111010 | 1011100 | 1100010 | 0 | 10 | 11110011 | 1100000 | 110010 |
Color Harmonies of #1406FA
Complementary color
Monochromatic Colors of #1406FA
Black with #1406FA
Text Example
Text Example
White with #1406FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406FA; }
p { color: rgb(20,6,250); }
H1.HeaderClassName
{
color: #1406FA;
}
.AnyTagClassName
{
color: #1406FA;
}
</style>
background-color css
<style>
a { background-color: #1406FA; }
a { background-color: rgb(20,6,250); }
div.DivClassName
{
background-color: #1406FA;
}
.BgClassName
{
background-color: #1406FA;
}
</style>
border-color css
<style>
span { border-color: #1406FA; }
span { border-color: rgb(20,6,250); }
td.TdClassName
{
border-color: #1406FA;
}
.TagClassName
{
border-color: #1406FA;
}
</style>