Shades of Medium Blue #260BBE
Tints of Medium Blue #260BBE
RGB
CMYK
RGB Variations
Color information
#260BBE (or 0x260BBE) is known color: Medium Blue. HEX triplet: 26, 0B and BE. RGB value is (38,11,190). Sum of RGB (Red+Green+Blue) = 38+11+190=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #260BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BBE is #D9F441. Grayscale: #262626. Windows color (decimal): -14283842 or 12454694. OLE color: 12454694.
HSL color Cylindrical-coordinate representation of color #260BBE: hue angle of 249.05º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BBE is Cyan = 0.8, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 11 | 190 | - |
| CMYK | 0.8 | 0.94 | 0 | 0.25 |
| HSL | 249.05º | 0.89% | 0.39% | - |
| HSV(B) | 249.05º | 0.94% | 0.75% | - |
| XYZ | 10.21 | 4.37 | 49.02 | - |
| YUV | 39.48 | 212.95 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 190 | 0.8 | 0.94 | 0 | 0.25 | 249.05 | 0.89 | 0.39 |
| Hex | 26 | B | BE | 50 | 5E | 0 | 19 | F9 | 59 | 27 |
| Octal | 46 | 13 | 276 | 120 | 136 | 0 | 31 | 371 | 131 | 47 |
| Binary | 100110 | 1011 | 10111110 | 1010000 | 1011110 | 0 | 11001 | 11111001 | 1011001 | 100111 |
Color Harmonies of #260BBE
Complementary color
Monochromatic Colors of #260BBE
Black with #260BBE
Text Example
Text Example
White with #260BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BBE; }
p { color: rgb(38,11,190); }
H1.HeaderClassName
{
color: #260BBE;
}
.AnyTagClassName
{
color: #260BBE;
}
</style>
background-color css
<style>
a { background-color: #260BBE; }
a { background-color: rgb(38,11,190); }
div.DivClassName
{
background-color: #260BBE;
}
.BgClassName
{
background-color: #260BBE;
}
</style>
border-color css
<style>
span { border-color: #260BBE; }
span { border-color: rgb(38,11,190); }
td.TdClassName
{
border-color: #260BBE;
}
.TagClassName
{
border-color: #260BBE;
}
</style>