Shades of Blue #260EFD
Tints of Blue #260EFD
RGB
CMYK
RGB Variations
Color information
#260EFD (or 0x260EFD) is known color: Blue. HEX triplet: 26, 0E and FD. RGB value is (38,14,253). Sum of RGB (Red+Green+Blue) = 38+14+253=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 253 (99.22% from 255 or 82.95% from 305); Max value from RGB is 253 - color contains mainly: blue. Hex color #260EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260EFD is #D9F102. Grayscale: #2F2F2F. Windows color (decimal): -14283011 or 16584230. OLE color: 16584230.
HSL color Cylindrical-coordinate representation of color #260EFD: hue angle of 246.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260EFD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 14 | 253 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.01 |
| HSL | 246.03º | 0.98% | 0.52% | - |
| HSV(B) | 246.03º | 0.94% | 0.99% | - |
| XYZ | 18.69 | 7.82 | 93.45 | - |
| YUV | 48.42 | 243.45 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 253 | 0.85 | 0.94 | 0 | 0.01 | 246.03 | 0.98 | 0.52 |
| Hex | 26 | E | FD | 55 | 5E | 0 | 1 | F6 | 62 | 34 |
| Octal | 46 | 16 | 375 | 125 | 136 | 0 | 1 | 366 | 142 | 64 |
| Binary | 100110 | 1110 | 11111101 | 1010101 | 1011110 | 0 | 1 | 11110110 | 1100010 | 110100 |
Color Harmonies of #260EFD
Complementary color
Monochromatic Colors of #260EFD
Black with #260EFD
Text Example
Text Example
White with #260EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EFD; }
p { color: rgb(38,14,253); }
H1.HeaderClassName
{
color: #260EFD;
}
.AnyTagClassName
{
color: #260EFD;
}
</style>
background-color css
<style>
a { background-color: #260EFD; }
a { background-color: rgb(38,14,253); }
div.DivClassName
{
background-color: #260EFD;
}
.BgClassName
{
background-color: #260EFD;
}
</style>
border-color css
<style>
span { border-color: #260EFD; }
span { border-color: rgb(38,14,253); }
td.TdClassName
{
border-color: #260EFD;
}
.TagClassName
{
border-color: #260EFD;
}
</style>