Shades of Blue #261AFF
Tints of Blue #261AFF
RGB
CMYK
RGB Variations
Color information
#261AFF (or 0x261AFF) is known color: Blue. HEX triplet: 26, 1A and FF. RGB value is (38,26,255). Sum of RGB (Red+Green+Blue) = 38+26+255=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #261AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261AFF is #D9E500. Grayscale: #363636. Windows color (decimal): -14279937 or 16718374. OLE color: 16718374.
HSL color Cylindrical-coordinate representation of color #261AFF: hue angle of 243.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #261AFF is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 26 | 255 | - |
| CMYK | 0.85 | 0.90 | 0 | 0 |
| HSL | 243.14º | 1% | 0.55% | - |
| HSV(B) | 243.14º | 0.9% | 1% | - |
| XYZ | 19.22 | 8.37 | 95.21 | - |
| YUV | 55.69 | 240.48 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 255 | 0.85 | 0.90 | 0 | 0 | 243.14 | 1 | 0.55 |
| Hex | 26 | 1A | FF | 55 | 5A | 0 | 0 | F3 | 64 | 37 |
| Octal | 46 | 32 | 377 | 125 | 132 | 0 | 0 | 363 | 144 | 67 |
| Binary | 100110 | 11010 | 11111111 | 1010101 | 1011010 | 0 | 0 | 11110011 | 1100100 | 110111 |
Color Harmonies of #261AFF
Complementary color
Monochromatic Colors of #261AFF
Black with #261AFF
Text Example
Text Example
White with #261AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AFF; }
p { color: rgb(38,26,255); }
H1.HeaderClassName
{
color: #261AFF;
}
.AnyTagClassName
{
color: #261AFF;
}
</style>
background-color css
<style>
a { background-color: #261AFF; }
a { background-color: rgb(38,26,255); }
div.DivClassName
{
background-color: #261AFF;
}
.BgClassName
{
background-color: #261AFF;
}
</style>
border-color css
<style>
span { border-color: #261AFF; }
span { border-color: rgb(38,26,255); }
td.TdClassName
{
border-color: #261AFF;
}
.TagClassName
{
border-color: #261AFF;
}
</style>