Shades of Blue #1406F9
Tints of Blue #1406F9
RGB
CMYK
RGB Variations
Color information
#1406F9 (or 0x1406F9) is known color: Blue. HEX triplet: 14, 06 and F9. RGB value is (20,6,249). Sum of RGB (Red+Green+Blue) = 20+6+249=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 249 (97.66% from 255 or 90.55% from 275); Max value from RGB is 249 - color contains mainly: blue. Hex color #1406F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406F9 is #EBF906. Grayscale: #242424. Windows color (decimal): -15464711 or 16320020. OLE color: 16320020.
HSL color Cylindrical-coordinate representation of color #1406F9: hue angle of 243.46º degrees, saturation: 0.95, 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 #1406F9 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 6 | 249 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.02 |
| HSL | 243.46º | 0.95% | 0.5% | - |
| HSV(B) | 243.46º | 0.98% | 0.98% | - |
| XYZ | 17.45 | 7.12 | 90.08 | - |
| YUV | 37.89 | 247.14 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 249 | 0.92 | 0.98 | 0 | 0.02 | 243.46 | 0.95 | 0.5 |
| Hex | 14 | 6 | F9 | 5C | 62 | 0 | 2 | F3 | 5F | 32 |
| Octal | 24 | 6 | 371 | 134 | 142 | 0 | 2 | 363 | 137 | 62 |
| Binary | 10100 | 110 | 11111001 | 1011100 | 1100010 | 0 | 10 | 11110011 | 1011111 | 110010 |
Color Harmonies of #1406F9
Complementary color
Monochromatic Colors of #1406F9
Black with #1406F9
Text Example
Text Example
White with #1406F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406F9; }
p { color: rgb(20,6,249); }
H1.HeaderClassName
{
color: #1406F9;
}
.AnyTagClassName
{
color: #1406F9;
}
</style>
background-color css
<style>
a { background-color: #1406F9; }
a { background-color: rgb(20,6,249); }
div.DivClassName
{
background-color: #1406F9;
}
.BgClassName
{
background-color: #1406F9;
}
</style>
border-color css
<style>
span { border-color: #1406F9; }
span { border-color: rgb(20,6,249); }
td.TdClassName
{
border-color: #1406F9;
}
.TagClassName
{
border-color: #1406F9;
}
</style>