Shades of Blue #261AF6
Tints of Blue #261AF6
RGB
CMYK
RGB Variations
Color information
#261AF6 (or 0x261AF6) is known color: Blue. HEX triplet: 26, 1A and F6. RGB value is (38,26,246). Sum of RGB (Red+Green+Blue) = 38+26+246=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 246 (96.48% from 255 or 79.35% from 310); Max value from RGB is 246 - color contains mainly: blue. Hex color #261AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261AF6 is #D9E509. Grayscale: #353535. Windows color (decimal): -14279946 or 16128550. OLE color: 16128550.
HSL color Cylindrical-coordinate representation of color #261AF6: hue angle of 243.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261AF6 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 26 | 246 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.04 |
| HSL | 243.27º | 0.92% | 0.53% | - |
| HSV(B) | 243.27º | 0.89% | 0.96% | - |
| XYZ | 17.8 | 7.8 | 87.76 | - |
| YUV | 54.67 | 235.98 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 246 | 0.85 | 0.89 | 0 | 0.04 | 243.27 | 0.92 | 0.53 |
| Hex | 26 | 1A | F6 | 55 | 59 | 0 | 4 | F3 | 5C | 35 |
| Octal | 46 | 32 | 366 | 125 | 131 | 0 | 4 | 363 | 134 | 65 |
| Binary | 100110 | 11010 | 11110110 | 1010101 | 1011001 | 0 | 100 | 11110011 | 1011100 | 110101 |
Color Harmonies of #261AF6
Complementary color
Monochromatic Colors of #261AF6
Black with #261AF6
Text Example
Text Example
White with #261AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AF6; }
p { color: rgb(38,26,246); }
H1.HeaderClassName
{
color: #261AF6;
}
.AnyTagClassName
{
color: #261AF6;
}
</style>
background-color css
<style>
a { background-color: #261AF6; }
a { background-color: rgb(38,26,246); }
div.DivClassName
{
background-color: #261AF6;
}
.BgClassName
{
background-color: #261AF6;
}
</style>
border-color css
<style>
span { border-color: #261AF6; }
span { border-color: rgb(38,26,246); }
td.TdClassName
{
border-color: #261AF6;
}
.TagClassName
{
border-color: #261AF6;
}
</style>