Shades of Blue #260FFE
Tints of Blue #260FFE
RGB
CMYK
RGB Variations
Color information
#260FFE (or 0x260FFE) is known color: Blue. HEX triplet: 26, 0F and FE. RGB value is (38,15,254). Sum of RGB (Red+Green+Blue) = 38+15+254=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #260FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FFE is #D9F001. Grayscale: #303030. Windows color (decimal): -14282754 or 16650022. OLE color: 16650022.
HSL color Cylindrical-coordinate representation of color #260FFE: hue angle of 245.77º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FFE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 15 | 254 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.00 |
| HSL | 245.77º | 0.99% | 0.53% | - |
| HSV(B) | 245.77º | 0.94% | 1% | - |
| XYZ | 18.86 | 7.91 | 94.3 | - |
| YUV | 49.12 | 243.62 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 254 | 0.85 | 0.94 | 0 | 0.00 | 245.77 | 0.99 | 0.53 |
| Hex | 26 | F | FE | 55 | 5E | 0 | 0 | F6 | 63 | 35 |
| Octal | 46 | 17 | 376 | 125 | 136 | 0 | 0 | 366 | 143 | 65 |
| Binary | 100110 | 1111 | 11111110 | 1010101 | 1011110 | 0 | 0 | 11110110 | 1100011 | 110101 |
Color Harmonies of #260FFE
Complementary color
Monochromatic Colors of #260FFE
Black with #260FFE
Text Example
Text Example
White with #260FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FFE; }
p { color: rgb(38,15,254); }
H1.HeaderClassName
{
color: #260FFE;
}
.AnyTagClassName
{
color: #260FFE;
}
</style>
background-color css
<style>
a { background-color: #260FFE; }
a { background-color: rgb(38,15,254); }
div.DivClassName
{
background-color: #260FFE;
}
.BgClassName
{
background-color: #260FFE;
}
</style>
border-color css
<style>
span { border-color: #260FFE; }
span { border-color: rgb(38,15,254); }
td.TdClassName
{
border-color: #260FFE;
}
.TagClassName
{
border-color: #260FFE;
}
</style>