Shades of Medium Blue #260EBA
Tints of Medium Blue #260EBA
RGB
CMYK
RGB Variations
Color information
#260EBA (or 0x260EBA) is known color: Medium Blue. HEX triplet: 26, 0E and BA. RGB value is (38,14,186). Sum of RGB (Red+Green+Blue) = 38+14+186=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 186 (73.05% from 255 or 78.15% from 238); Max value from RGB is 186 - color contains mainly: blue. Hex color #260EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EBA is #D9F145. Grayscale: #282828. Windows color (decimal): -14283078 or 12193318. OLE color: 12193318.
HSL color Cylindrical-coordinate representation of color #260EBA: hue angle of 248.37º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260EBA is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 14 | 186 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.27 |
| HSL | 248.37º | 0.86% | 0.39% | - |
| HSV(B) | 248.37º | 0.92% | 0.73% | - |
| XYZ | 9.82 | 4.27 | 46.76 | - |
| YUV | 40.78 | 209.95 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 186 | 0.80 | 0.92 | 0 | 0.27 | 248.37 | 0.86 | 0.39 |
| Hex | 26 | E | BA | 50 | 5C | 0 | 1B | F8 | 56 | 27 |
| Octal | 46 | 16 | 272 | 120 | 134 | 0 | 33 | 370 | 126 | 47 |
| Binary | 100110 | 1110 | 10111010 | 1010000 | 1011100 | 0 | 11011 | 11111000 | 1010110 | 100111 |
Color Harmonies of #260EBA
Complementary color
Monochromatic Colors of #260EBA
Black with #260EBA
Text Example
Text Example
White with #260EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EBA; }
p { color: rgb(38,14,186); }
H1.HeaderClassName
{
color: #260EBA;
}
.AnyTagClassName
{
color: #260EBA;
}
</style>
background-color css
<style>
a { background-color: #260EBA; }
a { background-color: rgb(38,14,186); }
div.DivClassName
{
background-color: #260EBA;
}
.BgClassName
{
background-color: #260EBA;
}
</style>
border-color css
<style>
span { border-color: #260EBA; }
span { border-color: rgb(38,14,186); }
td.TdClassName
{
border-color: #260EBA;
}
.TagClassName
{
border-color: #260EBA;
}
</style>