Shades of Blue #1409FE
Tints of Blue #1409FE
RGB
CMYK
RGB Variations
Color information
#1409FE (or 0x1409FE) is known color: Blue. HEX triplet: 14, 09 and FE. RGB value is (20,9,254). Sum of RGB (Red+Green+Blue) = 20+9+254=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #1409FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1409FE is #EBF601. Grayscale: #272727. Windows color (decimal): -15463938 or 16648468. OLE color: 16648468.
HSL color Cylindrical-coordinate representation of color #1409FE: hue angle of 242.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409FE is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 9 | 254 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.00 |
| HSL | 242.69º | 0.99% | 0.52% | - |
| HSV(B) | 242.69º | 0.96% | 1% | - |
| XYZ | 18.28 | 7.5 | 94.25 | - |
| YUV | 40.22 | 248.64 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 254 | 0.92 | 0.96 | 0 | 0.00 | 242.69 | 0.99 | 0.52 |
| Hex | 14 | 9 | FE | 5C | 60 | 0 | 0 | F3 | 63 | 34 |
| Octal | 24 | 11 | 376 | 134 | 140 | 0 | 0 | 363 | 143 | 64 |
| Binary | 10100 | 1001 | 11111110 | 1011100 | 1100000 | 0 | 0 | 11110011 | 1100011 | 110100 |
Color Harmonies of #1409FE
Complementary color
Monochromatic Colors of #1409FE
Black with #1409FE
Text Example
Text Example
White with #1409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409FE; }
p { color: rgb(20,9,254); }
H1.HeaderClassName
{
color: #1409FE;
}
.AnyTagClassName
{
color: #1409FE;
}
</style>
background-color css
<style>
a { background-color: #1409FE; }
a { background-color: rgb(20,9,254); }
div.DivClassName
{
background-color: #1409FE;
}
.BgClassName
{
background-color: #1409FE;
}
</style>
border-color css
<style>
span { border-color: #1409FE; }
span { border-color: rgb(20,9,254); }
td.TdClassName
{
border-color: #1409FE;
}
.TagClassName
{
border-color: #1409FE;
}
</style>