Shades of Blue #1926FA
Tints of Blue #1926FA
RGB
CMYK
RGB Variations
Color information
#1926FA (or 0x1926FA) is known color: Blue. HEX triplet: 19, 26 and FA. RGB value is (25,38,250). Sum of RGB (Red+Green+Blue) = 25+38+250=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #1926FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1926FA is #E6D905. Grayscale: #393939. Windows color (decimal): -15128838 or 16393753. OLE color: 16393753.
HSL color Cylindrical-coordinate representation of color #1926FA: hue angle of 236.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1926FA is Cyan = 0.9, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 38 | 250 | - |
| CMYK | 0.9 | 0.85 | 0 | 0.02 |
| HSL | 236.53º | 0.96% | 0.54% | - |
| HSV(B) | 236.53º | 0.9% | 0.98% | - |
| XYZ | 18.35 | 8.5 | 91.12 | - |
| YUV | 58.28 | 236.19 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 250 | 0.9 | 0.85 | 0 | 0.02 | 236.53 | 0.96 | 0.54 |
| Hex | 19 | 26 | FA | 5A | 55 | 0 | 2 | ED | 60 | 36 |
| Octal | 31 | 46 | 372 | 132 | 125 | 0 | 2 | 355 | 140 | 66 |
| Binary | 11001 | 100110 | 11111010 | 1011010 | 1010101 | 0 | 10 | 11101101 | 1100000 | 110110 |
Color Harmonies of #1926FA
Complementary color
Monochromatic Colors of #1926FA
Black with #1926FA
Text Example
Text Example
White with #1926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926FA; }
p { color: rgb(25,38,250); }
H1.HeaderClassName
{
color: #1926FA;
}
.AnyTagClassName
{
color: #1926FA;
}
</style>
background-color css
<style>
a { background-color: #1926FA; }
a { background-color: rgb(25,38,250); }
div.DivClassName
{
background-color: #1926FA;
}
.BgClassName
{
background-color: #1926FA;
}
</style>
border-color css
<style>
span { border-color: #1926FA; }
span { border-color: rgb(25,38,250); }
td.TdClassName
{
border-color: #1926FA;
}
.TagClassName
{
border-color: #1926FA;
}
</style>