Shades of Blue #2610F7
Tints of Blue #2610F7
RGB
CMYK
RGB Variations
Color information
#2610F7 (or 0x2610F7) is known color: Blue. HEX triplet: 26, 10 and F7. RGB value is (38,16,247). Sum of RGB (Red+Green+Blue) = 38+16+247=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 247 (96.88% from 255 or 82.06% from 301); Max value from RGB is 247 - color contains mainly: blue. Hex color #2610F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2610F7 is #D9EF08. Grayscale: #303030. Windows color (decimal): -14282505 or 16191526. OLE color: 16191526.
HSL color Cylindrical-coordinate representation of color #2610F7: hue angle of 245.71º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2610F7 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 38 | 16 | 247 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.03 |
| HSL | 245.71º | 0.94% | 0.52% | - |
| HSV(B) | 245.71º | 0.94% | 0.97% | - |
| XYZ | 17.77 | 7.5 | 88.51 | - |
| YUV | 48.91 | 239.79 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 247 | 0.85 | 0.94 | 0 | 0.03 | 245.71 | 0.94 | 0.52 |
| Hex | 26 | 10 | F7 | 55 | 5E | 0 | 3 | F6 | 5E | 34 |
| Octal | 46 | 20 | 367 | 125 | 136 | 0 | 3 | 366 | 136 | 64 |
| Binary | 100110 | 10000 | 11110111 | 1010101 | 1011110 | 0 | 11 | 11110110 | 1011110 | 110100 |
Color Harmonies of #2610F7
Complementary color
Monochromatic Colors of #2610F7
Black with #2610F7
Text Example
Text Example
White with #2610F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610F7; }
p { color: rgb(38,16,247); }
H1.HeaderClassName
{
color: #2610F7;
}
.AnyTagClassName
{
color: #2610F7;
}
</style>
background-color css
<style>
a { background-color: #2610F7; }
a { background-color: rgb(38,16,247); }
div.DivClassName
{
background-color: #2610F7;
}
.BgClassName
{
background-color: #2610F7;
}
</style>
border-color css
<style>
span { border-color: #2610F7; }
span { border-color: rgb(38,16,247); }
td.TdClassName
{
border-color: #2610F7;
}
.TagClassName
{
border-color: #2610F7;
}
</style>