Shades of Blue #260FF5
Tints of Blue #260FF5
RGB
CMYK
RGB Variations
Color information
#260FF5 (or 0x260FF5) is known color: Blue. HEX triplet: 26, 0F and F5. RGB value is (38,15,245). Sum of RGB (Red+Green+Blue) = 38+15+245=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 245 (96.09% from 255 or 82.21% from 298); Max value from RGB is 245 - color contains mainly: blue. Hex color #260FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FF5 is #D9F00A. Grayscale: #2F2F2F. Windows color (decimal): -14282763 or 16060198. OLE color: 16060198.
HSL color Cylindrical-coordinate representation of color #260FF5: hue angle of 246º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FF5 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 38 | 15 | 245 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.04 |
| HSL | 246º | 0.92% | 0.51% | - |
| HSV(B) | 246º | 0.94% | 0.96% | - |
| XYZ | 17.45 | 7.35 | 86.88 | - |
| YUV | 48.1 | 239.12 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 245 | 0.84 | 0.94 | 0 | 0.04 | 246 | 0.92 | 0.51 |
| Hex | 26 | F | F5 | 54 | 5E | 0 | 4 | F6 | 5C | 33 |
| Octal | 46 | 17 | 365 | 124 | 136 | 0 | 4 | 366 | 134 | 63 |
| Binary | 100110 | 1111 | 11110101 | 1010100 | 1011110 | 0 | 100 | 11110110 | 1011100 | 110011 |
Color Harmonies of #260FF5
Complementary color
Monochromatic Colors of #260FF5
Black with #260FF5
Text Example
Text Example
White with #260FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FF5; }
p { color: rgb(38,15,245); }
H1.HeaderClassName
{
color: #260FF5;
}
.AnyTagClassName
{
color: #260FF5;
}
</style>
background-color css
<style>
a { background-color: #260FF5; }
a { background-color: rgb(38,15,245); }
div.DivClassName
{
background-color: #260FF5;
}
.BgClassName
{
background-color: #260FF5;
}
</style>
border-color css
<style>
span { border-color: #260FF5; }
span { border-color: rgb(38,15,245); }
td.TdClassName
{
border-color: #260FF5;
}
.TagClassName
{
border-color: #260FF5;
}
</style>