Shades of Blue #260AF9
Tints of Blue #260AF9
RGB
CMYK
RGB Variations
Color information
#260AF9 (or 0x260AF9) is known color: Blue. HEX triplet: 26, 0A and F9. RGB value is (38,10,249). Sum of RGB (Red+Green+Blue) = 38+10+249=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 249 (97.66% from 255 or 83.84% from 297); Max value from RGB is 249 - color contains mainly: blue. Hex color #260AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260AF9 is #D9F506. Grayscale: #2C2C2C. Windows color (decimal): -14284039 or 16321062. OLE color: 16321062.
HSL color Cylindrical-coordinate representation of color #260AF9: hue angle of 247.03º degrees, saturation: 0.95, 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 #260AF9 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 10 | 249 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.02 |
| HSL | 247.03º | 0.95% | 0.51% | - |
| HSV(B) | 247.03º | 0.96% | 0.98% | - |
| XYZ | 18.01 | 7.47 | 90.12 | - |
| YUV | 45.62 | 242.78 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 249 | 0.85 | 0.96 | 0 | 0.02 | 247.03 | 0.95 | 0.51 |
| Hex | 26 | A | F9 | 55 | 60 | 0 | 2 | F7 | 5F | 33 |
| Octal | 46 | 12 | 371 | 125 | 140 | 0 | 2 | 367 | 137 | 63 |
| Binary | 100110 | 1010 | 11111001 | 1010101 | 1100000 | 0 | 10 | 11110111 | 1011111 | 110011 |
Color Harmonies of #260AF9
Complementary color
Monochromatic Colors of #260AF9
Black with #260AF9
Text Example
Text Example
White with #260AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AF9; }
p { color: rgb(38,10,249); }
H1.HeaderClassName
{
color: #260AF9;
}
.AnyTagClassName
{
color: #260AF9;
}
</style>
background-color css
<style>
a { background-color: #260AF9; }
a { background-color: rgb(38,10,249); }
div.DivClassName
{
background-color: #260AF9;
}
.BgClassName
{
background-color: #260AF9;
}
</style>
border-color css
<style>
span { border-color: #260AF9; }
span { border-color: rgb(38,10,249); }
td.TdClassName
{
border-color: #260AF9;
}
.TagClassName
{
border-color: #260AF9;
}
</style>