Shades of Medium Blue #260EDB
Tints of Medium Blue #260EDB
RGB
CMYK
RGB Variations
Color information
#260EDB (or 0x260EDB) is known color: Medium Blue. HEX triplet: 26, 0E and DB. RGB value is (38,14,219). Sum of RGB (Red+Green+Blue) = 38+14+219=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #260EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EDB is #D9F124. Grayscale: #2B2B2B. Windows color (decimal): -14283045 or 14356006. OLE color: 14356006.
HSL color Cylindrical-coordinate representation of color #260EDB: hue angle of 247.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260EDB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 14 | 219 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.14 |
| HSL | 247.02º | 0.88% | 0.46% | - |
| HSV(B) | 247.02º | 0.94% | 0.86% | - |
| XYZ | 13.74 | 5.84 | 67.42 | - |
| YUV | 44.55 | 226.45 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 219 | 0.83 | 0.94 | 0 | 0.14 | 247.02 | 0.88 | 0.46 |
| Hex | 26 | E | DB | 53 | 5E | 0 | E | F7 | 58 | 2E |
| Octal | 46 | 16 | 333 | 123 | 136 | 0 | 16 | 367 | 130 | 56 |
| Binary | 100110 | 1110 | 11011011 | 1010011 | 1011110 | 0 | 1110 | 11110111 | 1011000 | 101110 |
Color Harmonies of #260EDB
Complementary color
Monochromatic Colors of #260EDB
Black with #260EDB
Text Example
Text Example
White with #260EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EDB; }
p { color: rgb(38,14,219); }
H1.HeaderClassName
{
color: #260EDB;
}
.AnyTagClassName
{
color: #260EDB;
}
</style>
background-color css
<style>
a { background-color: #260EDB; }
a { background-color: rgb(38,14,219); }
div.DivClassName
{
background-color: #260EDB;
}
.BgClassName
{
background-color: #260EDB;
}
</style>
border-color css
<style>
span { border-color: #260EDB; }
span { border-color: rgb(38,14,219); }
td.TdClassName
{
border-color: #260EDB;
}
.TagClassName
{
border-color: #260EDB;
}
</style>