Shades of Blue #260FEF
Tints of Blue #260FEF
RGB
CMYK
RGB Variations
Color information
#260FEF (or 0x260FEF) is known color: Blue. HEX triplet: 26, 0F and EF. RGB value is (38,15,239). Sum of RGB (Red+Green+Blue) = 38+15+239=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #260FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FEF is #D9F010. Grayscale: #2E2E2E. Windows color (decimal): -14282769 or 15666982. OLE color: 15666982.
HSL color Cylindrical-coordinate representation of color #260FEF: hue angle of 246.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FEF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 15 | 239 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.06 |
| HSL | 246.16º | 0.88% | 0.5% | - |
| HSV(B) | 246.16º | 0.94% | 0.94% | - |
| XYZ | 16.55 | 6.99 | 82.14 | - |
| YUV | 47.41 | 236.12 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 239 | 0.84 | 0.94 | 0 | 0.06 | 246.16 | 0.88 | 0.5 |
| Hex | 26 | F | EF | 54 | 5E | 0 | 6 | F6 | 58 | 32 |
| Octal | 46 | 17 | 357 | 124 | 136 | 0 | 6 | 366 | 130 | 62 |
| Binary | 100110 | 1111 | 11101111 | 1010100 | 1011110 | 0 | 110 | 11110110 | 1011000 | 110010 |
Color Harmonies of #260FEF
Complementary color
Monochromatic Colors of #260FEF
Black with #260FEF
Text Example
Text Example
White with #260FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FEF; }
p { color: rgb(38,15,239); }
H1.HeaderClassName
{
color: #260FEF;
}
.AnyTagClassName
{
color: #260FEF;
}
</style>
background-color css
<style>
a { background-color: #260FEF; }
a { background-color: rgb(38,15,239); }
div.DivClassName
{
background-color: #260FEF;
}
.BgClassName
{
background-color: #260FEF;
}
</style>
border-color css
<style>
span { border-color: #260FEF; }
span { border-color: rgb(38,15,239); }
td.TdClassName
{
border-color: #260FEF;
}
.TagClassName
{
border-color: #260FEF;
}
</style>