Shades of Blue #260FFD
Tints of Blue #260FFD
RGB
CMYK
RGB Variations
Color information
#260FFD (or 0x260FFD) is known color: Blue. HEX triplet: 26, 0F and FD. RGB value is (38,15,253). Sum of RGB (Red+Green+Blue) = 38+15+253=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 253 (99.22% from 255 or 82.68% from 306); Max value from RGB is 253 - color contains mainly: blue. Hex color #260FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260FFD is #D9F002. Grayscale: #303030. Windows color (decimal): -14282755 or 16584486. OLE color: 16584486.
HSL color Cylindrical-coordinate representation of color #260FFD: hue angle of 245.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260FFD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 15 | 253 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.01 |
| HSL | 245.8º | 0.98% | 0.53% | - |
| HSV(B) | 245.8º | 0.94% | 0.99% | - |
| XYZ | 18.7 | 7.85 | 93.46 | - |
| YUV | 49.01 | 243.12 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 253 | 0.85 | 0.94 | 0 | 0.01 | 245.8 | 0.98 | 0.53 |
| Hex | 26 | F | FD | 55 | 5E | 0 | 1 | F6 | 62 | 35 |
| Octal | 46 | 17 | 375 | 125 | 136 | 0 | 1 | 366 | 142 | 65 |
| Binary | 100110 | 1111 | 11111101 | 1010101 | 1011110 | 0 | 1 | 11110110 | 1100010 | 110101 |
Color Harmonies of #260FFD
Complementary color
Monochromatic Colors of #260FFD
Black with #260FFD
Text Example
Text Example
White with #260FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FFD; }
p { color: rgb(38,15,253); }
H1.HeaderClassName
{
color: #260FFD;
}
.AnyTagClassName
{
color: #260FFD;
}
</style>
background-color css
<style>
a { background-color: #260FFD; }
a { background-color: rgb(38,15,253); }
div.DivClassName
{
background-color: #260FFD;
}
.BgClassName
{
background-color: #260FFD;
}
</style>
border-color css
<style>
span { border-color: #260FFD; }
span { border-color: rgb(38,15,253); }
td.TdClassName
{
border-color: #260FFD;
}
.TagClassName
{
border-color: #260FFD;
}
</style>