Shades of Blue #1409FA
Tints of Blue #1409FA
RGB
CMYK
RGB Variations
Color information
#1409FA (or 0x1409FA) is known color: Blue. HEX triplet: 14, 09 and FA. RGB value is (20,9,250). Sum of RGB (Red+Green+Blue) = 20+9+250=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #1409FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1409FA is #EBF605. Grayscale: #262626. Windows color (decimal): -15463942 or 16386324. OLE color: 16386324.
HSL color Cylindrical-coordinate representation of color #1409FA: hue angle of 242.74º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409FA is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 9 | 250 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.02 |
| HSL | 242.74º | 0.96% | 0.51% | - |
| HSV(B) | 242.74º | 0.96% | 0.98% | - |
| XYZ | 17.64 | 7.25 | 90.91 | - |
| YUV | 39.76 | 246.64 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 250 | 0.92 | 0.96 | 0 | 0.02 | 242.74 | 0.96 | 0.51 |
| Hex | 14 | 9 | FA | 5C | 60 | 0 | 2 | F3 | 60 | 33 |
| Octal | 24 | 11 | 372 | 134 | 140 | 0 | 2 | 363 | 140 | 63 |
| Binary | 10100 | 1001 | 11111010 | 1011100 | 1100000 | 0 | 10 | 11110011 | 1100000 | 110011 |
Color Harmonies of #1409FA
Complementary color
Monochromatic Colors of #1409FA
Black with #1409FA
Text Example
Text Example
White with #1409FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409FA; }
p { color: rgb(20,9,250); }
H1.HeaderClassName
{
color: #1409FA;
}
.AnyTagClassName
{
color: #1409FA;
}
</style>
background-color css
<style>
a { background-color: #1409FA; }
a { background-color: rgb(20,9,250); }
div.DivClassName
{
background-color: #1409FA;
}
.BgClassName
{
background-color: #1409FA;
}
</style>
border-color css
<style>
span { border-color: #1409FA; }
span { border-color: rgb(20,9,250); }
td.TdClassName
{
border-color: #1409FA;
}
.TagClassName
{
border-color: #1409FA;
}
</style>