Shades of Blue #260AFE
Tints of Blue #260AFE
RGB
CMYK
RGB Variations
Color information
#260AFE (or 0x260AFE) is known color: Blue. HEX triplet: 26, 0A and FE. RGB value is (38,10,254). Sum of RGB (Red+Green+Blue) = 38+10+254=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #260AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260AFE is #D9F501. Grayscale: #2D2D2D. Windows color (decimal): -14284034 or 16648742. OLE color: 16648742.
HSL color Cylindrical-coordinate representation of color #260AFE: hue angle of 246.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260AFE is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 10 | 254 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.00 |
| HSL | 246.89º | 0.99% | 0.52% | - |
| HSV(B) | 246.89º | 0.96% | 1% | - |
| XYZ | 18.8 | 7.78 | 94.28 | - |
| YUV | 46.19 | 245.28 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 254 | 0.85 | 0.96 | 0 | 0.00 | 246.89 | 0.99 | 0.52 |
| Hex | 26 | A | FE | 55 | 60 | 0 | 0 | F7 | 63 | 34 |
| Octal | 46 | 12 | 376 | 125 | 140 | 0 | 0 | 367 | 143 | 64 |
| Binary | 100110 | 1010 | 11111110 | 1010101 | 1100000 | 0 | 0 | 11110111 | 1100011 | 110100 |
Color Harmonies of #260AFE
Complementary color
Monochromatic Colors of #260AFE
Black with #260AFE
Text Example
Text Example
White with #260AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AFE; }
p { color: rgb(38,10,254); }
H1.HeaderClassName
{
color: #260AFE;
}
.AnyTagClassName
{
color: #260AFE;
}
</style>
background-color css
<style>
a { background-color: #260AFE; }
a { background-color: rgb(38,10,254); }
div.DivClassName
{
background-color: #260AFE;
}
.BgClassName
{
background-color: #260AFE;
}
</style>
border-color css
<style>
span { border-color: #260AFE; }
span { border-color: rgb(38,10,254); }
td.TdClassName
{
border-color: #260AFE;
}
.TagClassName
{
border-color: #260AFE;
}
</style>