Shades of Blue #261AF9
Tints of Blue #261AF9
RGB
CMYK
RGB Variations
Color information
#261AF9 (or 0x261AF9) is known color: Blue. HEX triplet: 26, 1A and F9. RGB value is (38,26,249). Sum of RGB (Red+Green+Blue) = 38+26+249=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #261AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #261AF9 is #D9E506. Grayscale: #363636. Windows color (decimal): -14279943 or 16325158. OLE color: 16325158.
HSL color Cylindrical-coordinate representation of color #261AF9: hue angle of 243.23º degrees, saturation: 0.95, 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 #261AF9 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 26 | 249 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.02 |
| HSL | 243.23º | 0.95% | 0.54% | - |
| HSV(B) | 243.23º | 0.9% | 0.98% | - |
| XYZ | 18.27 | 7.99 | 90.2 | - |
| YUV | 55.01 | 237.48 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 249 | 0.85 | 0.90 | 0 | 0.02 | 243.23 | 0.95 | 0.54 |
| Hex | 26 | 1A | F9 | 55 | 5A | 0 | 2 | F3 | 5F | 36 |
| Octal | 46 | 32 | 371 | 125 | 132 | 0 | 2 | 363 | 137 | 66 |
| Binary | 100110 | 11010 | 11111001 | 1010101 | 1011010 | 0 | 10 | 11110011 | 1011111 | 110110 |
Color Harmonies of #261AF9
Complementary color
Monochromatic Colors of #261AF9
Black with #261AF9
Text Example
Text Example
White with #261AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AF9; }
p { color: rgb(38,26,249); }
H1.HeaderClassName
{
color: #261AF9;
}
.AnyTagClassName
{
color: #261AF9;
}
</style>
background-color css
<style>
a { background-color: #261AF9; }
a { background-color: rgb(38,26,249); }
div.DivClassName
{
background-color: #261AF9;
}
.BgClassName
{
background-color: #261AF9;
}
</style>
border-color css
<style>
span { border-color: #261AF9; }
span { border-color: rgb(38,26,249); }
td.TdClassName
{
border-color: #261AF9;
}
.TagClassName
{
border-color: #261AF9;
}
</style>