Shades of Blue #260DFE
Tints of Blue #260DFE
RGB
CMYK
RGB Variations
Color information
#260DFE (or 0x260DFE) is known color: Blue. HEX triplet: 26, 0D and FE. RGB value is (38,13,254). Sum of RGB (Red+Green+Blue) = 38+13+254=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #260DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260DFE is #D9F201. Grayscale: #2F2F2F. Windows color (decimal): -14283266 or 16649510. OLE color: 16649510.
HSL color Cylindrical-coordinate representation of color #260DFE: hue angle of 246.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260DFE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 13 | 254 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.00 |
| HSL | 246.22º | 0.99% | 0.52% | - |
| HSV(B) | 246.22º | 0.95% | 1% | - |
| XYZ | 18.83 | 7.86 | 94.29 | - |
| YUV | 47.95 | 244.28 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 254 | 0.85 | 0.95 | 0 | 0.00 | 246.22 | 0.99 | 0.52 |
| Hex | 26 | D | FE | 55 | 5F | 0 | 0 | F6 | 63 | 34 |
| Octal | 46 | 15 | 376 | 125 | 137 | 0 | 0 | 366 | 143 | 64 |
| Binary | 100110 | 1101 | 11111110 | 1010101 | 1011111 | 0 | 0 | 11110110 | 1100011 | 110100 |
Color Harmonies of #260DFE
Complementary color
Monochromatic Colors of #260DFE
Black with #260DFE
Text Example
Text Example
White with #260DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DFE; }
p { color: rgb(38,13,254); }
H1.HeaderClassName
{
color: #260DFE;
}
.AnyTagClassName
{
color: #260DFE;
}
</style>
background-color css
<style>
a { background-color: #260DFE; }
a { background-color: rgb(38,13,254); }
div.DivClassName
{
background-color: #260DFE;
}
.BgClassName
{
background-color: #260DFE;
}
</style>
border-color css
<style>
span { border-color: #260DFE; }
span { border-color: rgb(38,13,254); }
td.TdClassName
{
border-color: #260DFE;
}
.TagClassName
{
border-color: #260DFE;
}
</style>