Shades of Blue #260FFF
Tints of Blue #260FFF
RGB
CMYK
RGB Variations
Color information
#260FFF (or 0x260FFF) is known color: Blue. HEX triplet: 26, 0F and FF. RGB value is (38,15,255). Sum of RGB (Red+Green+Blue) = 38+15+255=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #260FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FFF is #D9F000. Grayscale: #303030. Windows color (decimal): -14282753 or 16715558. OLE color: 16715558.
HSL color Cylindrical-coordinate representation of color #260FFF: hue angle of 245.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FFF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 15 | 255 | - |
| CMYK | 0.85 | 0.94 | 0 | 0 |
| HSL | 245.75º | 1% | 0.53% | - |
| HSV(B) | 245.75º | 0.94% | 1% | - |
| XYZ | 19.02 | 7.97 | 95.14 | - |
| YUV | 49.24 | 244.12 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 255 | 0.85 | 0.94 | 0 | 0 | 245.75 | 1 | 0.53 |
| Hex | 26 | F | FF | 55 | 5E | 0 | 0 | F6 | 64 | 35 |
| Octal | 46 | 17 | 377 | 125 | 136 | 0 | 0 | 366 | 144 | 65 |
| Binary | 100110 | 1111 | 11111111 | 1010101 | 1011110 | 0 | 0 | 11110110 | 1100100 | 110101 |
Color Harmonies of #260FFF
Complementary color
Monochromatic Colors of #260FFF
Black with #260FFF
Text Example
Text Example
White with #260FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FFF; }
p { color: rgb(38,15,255); }
H1.HeaderClassName
{
color: #260FFF;
}
.AnyTagClassName
{
color: #260FFF;
}
</style>
background-color css
<style>
a { background-color: #260FFF; }
a { background-color: rgb(38,15,255); }
div.DivClassName
{
background-color: #260FFF;
}
.BgClassName
{
background-color: #260FFF;
}
</style>
border-color css
<style>
span { border-color: #260FFF; }
span { border-color: rgb(38,15,255); }
td.TdClassName
{
border-color: #260FFF;
}
.TagClassName
{
border-color: #260FFF;
}
</style>