Shades of Blue #1917FA
Tints of Blue #1917FA
RGB
CMYK
RGB Variations
Color information
#1917FA (or 0x1917FA) is known color: Blue. HEX triplet: 19, 17 and FA. RGB value is (25,23,250). Sum of RGB (Red+Green+Blue) = 25+23+250=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #1917FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1917FA is #E6E805. Grayscale: #303030. Windows color (decimal): -15132678 or 16389913. OLE color: 16389913.
HSL color Cylindrical-coordinate representation of color #1917FA: hue angle of 240.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1917FA is Cyan = 0.9, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 23 | 250 | - |
| CMYK | 0.9 | 0.91 | 0 | 0.02 |
| HSL | 240.53º | 0.96% | 0.54% | - |
| HSV(B) | 240.53º | 0.91% | 0.98% | - |
| XYZ | 17.96 | 7.72 | 90.99 | - |
| YUV | 49.48 | 241.16 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 250 | 0.9 | 0.91 | 0 | 0.02 | 240.53 | 0.96 | 0.54 |
| Hex | 19 | 17 | FA | 5A | 5B | 0 | 2 | F1 | 60 | 36 |
| Octal | 31 | 27 | 372 | 132 | 133 | 0 | 2 | 361 | 140 | 66 |
| Binary | 11001 | 10111 | 11111010 | 1011010 | 1011011 | 0 | 10 | 11110001 | 1100000 | 110110 |
Color Harmonies of #1917FA
Complementary color
Monochromatic Colors of #1917FA
Black with #1917FA
Text Example
Text Example
White with #1917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1917FA; }
p { color: rgb(25,23,250); }
H1.HeaderClassName
{
color: #1917FA;
}
.AnyTagClassName
{
color: #1917FA;
}
</style>
background-color css
<style>
a { background-color: #1917FA; }
a { background-color: rgb(25,23,250); }
div.DivClassName
{
background-color: #1917FA;
}
.BgClassName
{
background-color: #1917FA;
}
</style>
border-color css
<style>
span { border-color: #1917FA; }
span { border-color: rgb(25,23,250); }
td.TdClassName
{
border-color: #1917FA;
}
.TagClassName
{
border-color: #1917FA;
}
</style>