Shades of Blue #1915F9
Tints of Blue #1915F9
RGB
CMYK
RGB Variations
Color information
#1915F9 (or 0x1915F9) is known color: Blue. HEX triplet: 19, 15 and F9. RGB value is (25,21,249). Sum of RGB (Red+Green+Blue) = 25+21+249=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 249 (97.66% from 255 or 84.41% from 295); Max value from RGB is 249 - color contains mainly: blue. Hex color #1915F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1915F9 is #E6EA06. Grayscale: #2F2F2F. Windows color (decimal): -15133191 or 16323865. OLE color: 16323865.
HSL color Cylindrical-coordinate representation of color #1915F9: hue angle of 241.05º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1915F9 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 21 | 249 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.02 |
| HSL | 241.05º | 0.95% | 0.53% | - |
| HSV(B) | 241.05º | 0.92% | 0.98% | - |
| XYZ | 17.77 | 7.58 | 90.15 | - |
| YUV | 48.19 | 241.33 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 249 | 0.90 | 0.92 | 0 | 0.02 | 241.05 | 0.95 | 0.53 |
| Hex | 19 | 15 | F9 | 5A | 5C | 0 | 2 | F1 | 5F | 35 |
| Octal | 31 | 25 | 371 | 132 | 134 | 0 | 2 | 361 | 137 | 65 |
| Binary | 11001 | 10101 | 11111001 | 1011010 | 1011100 | 0 | 10 | 11110001 | 1011111 | 110101 |
Color Harmonies of #1915F9
Complementary color
Monochromatic Colors of #1915F9
Black with #1915F9
Text Example
Text Example
White with #1915F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1915F9; }
p { color: rgb(25,21,249); }
H1.HeaderClassName
{
color: #1915F9;
}
.AnyTagClassName
{
color: #1915F9;
}
</style>
background-color css
<style>
a { background-color: #1915F9; }
a { background-color: rgb(25,21,249); }
div.DivClassName
{
background-color: #1915F9;
}
.BgClassName
{
background-color: #1915F9;
}
</style>
border-color css
<style>
span { border-color: #1915F9; }
span { border-color: rgb(25,21,249); }
td.TdClassName
{
border-color: #1915F9;
}
.TagClassName
{
border-color: #1915F9;
}
</style>