Shades of Blue #2600F9
Tints of Blue #2600F9
RGB
CMYK
RGB Variations
Color information
#2600F9 (or 0x2600F9) is known color: Blue. HEX triplet: 26, 00 and F9. RGB value is (38,0,249). Sum of RGB (Red+Green+Blue) = 38+0+249=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 249 (97.66% from 255 or 86.76% from 287); Max value from RGB is 249 - color contains mainly: blue. Hex color #2600F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2600F9 is #D9FF06. Grayscale: #262626. Windows color (decimal): -14286599 or 16318502. OLE color: 16318502.
HSL color Cylindrical-coordinate representation of color #2600F9: hue angle of 249.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600F9 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 0 | 249 | - |
| CMYK | 0.85 | 1 | 0 | 0.02 |
| HSL | 249.16º | 1% | 0.49% | - |
| HSV(B) | 249.16º | 1% | 0.98% | - |
| XYZ | 17.9 | 7.25 | 90.08 | - |
| YUV | 39.75 | 246.09 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 249 | 0.85 | 1 | 0 | 0.02 | 249.16 | 1 | 0.49 |
| Hex | 26 | 0 | F9 | 55 | 64 | 0 | 2 | F9 | 64 | 31 |
| Octal | 46 | 0 | 371 | 125 | 144 | 0 | 2 | 371 | 144 | 61 |
| Binary | 100110 | 0 | 11111001 | 1010101 | 1100100 | 0 | 10 | 11111001 | 1100100 | 110001 |
Color Harmonies of #2600F9
Complementary color
Monochromatic Colors of #2600F9
Black with #2600F9
Text Example
Text Example
White with #2600F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600F9; }
p { color: rgb(38,0,249); }
H1.HeaderClassName
{
color: #2600F9;
}
.AnyTagClassName
{
color: #2600F9;
}
</style>
background-color css
<style>
a { background-color: #2600F9; }
a { background-color: rgb(38,0,249); }
div.DivClassName
{
background-color: #2600F9;
}
.BgClassName
{
background-color: #2600F9;
}
</style>
border-color css
<style>
span { border-color: #2600F9; }
span { border-color: rgb(38,0,249); }
td.TdClassName
{
border-color: #2600F9;
}
.TagClassName
{
border-color: #2600F9;
}
</style>