Shades of Blue #1901F9
Tints of Blue #1901F9
RGB
CMYK
RGB Variations
Color information
#1901F9 (or 0x1901F9) is known color: Blue. HEX triplet: 19, 01 and F9. RGB value is (25,1,249). Sum of RGB (Red+Green+Blue) = 25+1+249=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 1 (0.78% from 255 or 0.36% 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 #1901F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1901F9 is #E6FE06. Grayscale: #232323. Windows color (decimal): -15138311 or 16318745. OLE color: 16318745.
HSL color Cylindrical-coordinate representation of color #1901F9: hue angle of 245.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1901F9 is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 1 | 249 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.02 |
| HSL | 245.81º | 0.99% | 0.49% | - |
| HSV(B) | 245.81º | 1% | 0.98% | - |
| XYZ | 17.51 | 7.07 | 90.06 | - |
| YUV | 36.45 | 247.95 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 249 | 0.90 | 1.00 | 0 | 0.02 | 245.81 | 0.99 | 0.49 |
| Hex | 19 | 1 | F9 | 5A | 64 | 0 | 2 | F6 | 63 | 31 |
| Octal | 31 | 1 | 371 | 132 | 144 | 0 | 2 | 366 | 143 | 61 |
| Binary | 11001 | 1 | 11111001 | 1011010 | 1100100 | 0 | 10 | 11110110 | 1100011 | 110001 |
Color Harmonies of #1901F9
Complementary color
Monochromatic Colors of #1901F9
Black with #1901F9
Text Example
Text Example
White with #1901F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1901F9; }
p { color: rgb(25,1,249); }
H1.HeaderClassName
{
color: #1901F9;
}
.AnyTagClassName
{
color: #1901F9;
}
</style>
background-color css
<style>
a { background-color: #1901F9; }
a { background-color: rgb(25,1,249); }
div.DivClassName
{
background-color: #1901F9;
}
.BgClassName
{
background-color: #1901F9;
}
</style>
border-color css
<style>
span { border-color: #1901F9; }
span { border-color: rgb(25,1,249); }
td.TdClassName
{
border-color: #1901F9;
}
.TagClassName
{
border-color: #1901F9;
}
</style>