Shades of Blue #1909FF
Tints of Blue #1909FF
RGB
CMYK
RGB Variations
Color information
#1909FF (or 0x1909FF) is known color: Blue. HEX triplet: 19, 09 and FF. RGB value is (25,9,255). Sum of RGB (Red+Green+Blue) = 25+9+255=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #1909FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1909FF is #E6F600. Grayscale: #282828. Windows color (decimal): -15136257 or 16714009. OLE color: 16714009.
HSL color Cylindrical-coordinate representation of color #1909FF: hue angle of 243.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1909FF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 9 | 255 | - |
| CMYK | 0.90 | 0.96 | 0 | 0 |
| HSL | 243.9º | 1% | 0.52% | - |
| HSV(B) | 243.9º | 0.96% | 1% | - |
| XYZ | 18.55 | 7.62 | 95.1 | - |
| YUV | 41.83 | 248.3 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 255 | 0.90 | 0.96 | 0 | 0 | 243.9 | 1 | 0.52 |
| Hex | 19 | 9 | FF | 5A | 60 | 0 | 0 | F4 | 64 | 34 |
| Octal | 31 | 11 | 377 | 132 | 140 | 0 | 0 | 364 | 144 | 64 |
| Binary | 11001 | 1001 | 11111111 | 1011010 | 1100000 | 0 | 0 | 11110100 | 1100100 | 110100 |
Color Harmonies of #1909FF
Complementary color
Monochromatic Colors of #1909FF
Black with #1909FF
Text Example
Text Example
White with #1909FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1909FF; }
p { color: rgb(25,9,255); }
H1.HeaderClassName
{
color: #1909FF;
}
.AnyTagClassName
{
color: #1909FF;
}
</style>
background-color css
<style>
a { background-color: #1909FF; }
a { background-color: rgb(25,9,255); }
div.DivClassName
{
background-color: #1909FF;
}
.BgClassName
{
background-color: #1909FF;
}
</style>
border-color css
<style>
span { border-color: #1909FF; }
span { border-color: rgb(25,9,255); }
td.TdClassName
{
border-color: #1909FF;
}
.TagClassName
{
border-color: #1909FF;
}
</style>