Shades of Blue #1909FA
Tints of Blue #1909FA
RGB
CMYK
RGB Variations
Color information
#1909FA (or 0x1909FA) is known color: Blue. HEX triplet: 19, 09 and FA. RGB value is (25,9,250). Sum of RGB (Red+Green+Blue) = 25+9+250=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #1909FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1909FA is #E6F605. Grayscale: #282828. Windows color (decimal): -15136262 or 16386329. OLE color: 16386329.
HSL color Cylindrical-coordinate representation of color #1909FA: hue angle of 243.98º 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 #1909FA is Cyan = 0.9, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 9 | 250 | - |
| CMYK | 0.9 | 0.96 | 0 | 0.02 |
| HSL | 243.98º | 0.96% | 0.51% | - |
| HSV(B) | 243.98º | 0.96% | 0.98% | - |
| XYZ | 17.75 | 7.3 | 90.92 | - |
| YUV | 41.26 | 245.8 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 250 | 0.9 | 0.96 | 0 | 0.02 | 243.98 | 0.96 | 0.51 |
| Hex | 19 | 9 | FA | 5A | 60 | 0 | 2 | F4 | 60 | 33 |
| Octal | 31 | 11 | 372 | 132 | 140 | 0 | 2 | 364 | 140 | 63 |
| Binary | 11001 | 1001 | 11111010 | 1011010 | 1100000 | 0 | 10 | 11110100 | 1100000 | 110011 |
Color Harmonies of #1909FA
Complementary color
Monochromatic Colors of #1909FA
Black with #1909FA
Text Example
Text Example
White with #1909FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909FA; }
p { color: rgb(25,9,250); }
H1.HeaderClassName
{
color: #1909FA;
}
.AnyTagClassName
{
color: #1909FA;
}
</style>
background-color css
<style>
a { background-color: #1909FA; }
a { background-color: rgb(25,9,250); }
div.DivClassName
{
background-color: #1909FA;
}
.BgClassName
{
background-color: #1909FA;
}
</style>
border-color css
<style>
span { border-color: #1909FA; }
span { border-color: rgb(25,9,250); }
td.TdClassName
{
border-color: #1909FA;
}
.TagClassName
{
border-color: #1909FA;
}
</style>