Shades of Blue #1F26FF
Tints of Blue #1F26FF
RGB
CMYK
RGB Variations
Color information
#1F26FF (or 0x1F26FF) is known color: Blue. HEX triplet: 1F, 26 and FF. RGB value is (31,38,255). Sum of RGB (Red+Green+Blue) = 31+38+255=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F26FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F26FF is #E0D900. Grayscale: #3B3B3B. Windows color (decimal): -14735617 or 16721439. OLE color: 16721439.
HSL color Cylindrical-coordinate representation of color #1F26FF: hue angle of 238.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F26FF is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 38 | 255 | - |
| CMYK | 0.88 | 0.85 | 0 | 0 |
| HSL | 238.13º | 1% | 0.56% | - |
| HSV(B) | 238.13º | 0.88% | 1% | - |
| XYZ | 19.31 | 8.9 | 95.31 | - |
| YUV | 60.65 | 237.68 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 255 | 0.88 | 0.85 | 0 | 0 | 238.13 | 1 | 0.56 |
| Hex | 1F | 26 | FF | 58 | 55 | 0 | 0 | EE | 64 | 38 |
| Octal | 37 | 46 | 377 | 130 | 125 | 0 | 0 | 356 | 144 | 70 |
| Binary | 11111 | 100110 | 11111111 | 1011000 | 1010101 | 0 | 0 | 11101110 | 1100100 | 111000 |
Color Harmonies of #1F26FF
Complementary color
Monochromatic Colors of #1F26FF
Black with #1F26FF
Text Example
Text Example
White with #1F26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F26FF; }
p { color: rgb(31,38,255); }
H1.HeaderClassName
{
color: #1F26FF;
}
.AnyTagClassName
{
color: #1F26FF;
}
</style>
background-color css
<style>
a { background-color: #1F26FF; }
a { background-color: rgb(31,38,255); }
div.DivClassName
{
background-color: #1F26FF;
}
.BgClassName
{
background-color: #1F26FF;
}
</style>
border-color css
<style>
span { border-color: #1F26FF; }
span { border-color: rgb(31,38,255); }
td.TdClassName
{
border-color: #1F26FF;
}
.TagClassName
{
border-color: #1F26FF;
}
</style>