Shades of Blue #260AFA
Tints of Blue #260AFA
RGB
CMYK
RGB Variations
Color information
#260AFA (or 0x260AFA) is known color: Blue. HEX triplet: 26, 0A and FA. RGB value is (38,10,250). Sum of RGB (Red+Green+Blue) = 38+10+250=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #260AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260AFA is #D9F505. Grayscale: #2C2C2C. Windows color (decimal): -14284038 or 16386598. OLE color: 16386598.
HSL color Cylindrical-coordinate representation of color #260AFA: hue angle of 247º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260AFA is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 10 | 250 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.02 |
| HSL | 247º | 0.96% | 0.51% | - |
| HSV(B) | 247º | 0.96% | 0.98% | - |
| XYZ | 18.16 | 7.53 | 90.94 | - |
| YUV | 45.73 | 243.28 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 250 | 0.85 | 0.96 | 0 | 0.02 | 247 | 0.96 | 0.51 |
| Hex | 26 | A | FA | 55 | 60 | 0 | 2 | F7 | 60 | 33 |
| Octal | 46 | 12 | 372 | 125 | 140 | 0 | 2 | 367 | 140 | 63 |
| Binary | 100110 | 1010 | 11111010 | 1010101 | 1100000 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #260AFA
Complementary color
Monochromatic Colors of #260AFA
Black with #260AFA
Text Example
Text Example
White with #260AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AFA; }
p { color: rgb(38,10,250); }
H1.HeaderClassName
{
color: #260AFA;
}
.AnyTagClassName
{
color: #260AFA;
}
</style>
background-color css
<style>
a { background-color: #260AFA; }
a { background-color: rgb(38,10,250); }
div.DivClassName
{
background-color: #260AFA;
}
.BgClassName
{
background-color: #260AFA;
}
</style>
border-color css
<style>
span { border-color: #260AFA; }
span { border-color: rgb(38,10,250); }
td.TdClassName
{
border-color: #260AFA;
}
.TagClassName
{
border-color: #260AFA;
}
</style>