Shades of Medium Blue #260ABC
Tints of Medium Blue #260ABC
RGB
CMYK
RGB Variations
Color information
#260ABC (or 0x260ABC) is known color: Medium Blue. HEX triplet: 26, 0A and BC. RGB value is (38,10,188). Sum of RGB (Red+Green+Blue) = 38+10+188=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #260ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ABC is #D9F543. Grayscale: #252525. Windows color (decimal): -14284100 or 12323366. OLE color: 12323366.
HSL color Cylindrical-coordinate representation of color #260ABC: hue angle of 249.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260ABC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 10 | 188 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.26 |
| HSL | 249.44º | 0.9% | 0.39% | - |
| HSV(B) | 249.44º | 0.95% | 0.74% | - |
| XYZ | 9.98 | 4.26 | 47.87 | - |
| YUV | 38.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 188 | 0.80 | 0.95 | 0 | 0.26 | 249.44 | 0.9 | 0.39 |
| Hex | 26 | A | BC | 50 | 5F | 0 | 1A | F9 | 5A | 27 |
| Octal | 46 | 12 | 274 | 120 | 137 | 0 | 32 | 371 | 132 | 47 |
| Binary | 100110 | 1010 | 10111100 | 1010000 | 1011111 | 0 | 11010 | 11111001 | 1011010 | 100111 |
Color Harmonies of #260ABC
Complementary color
Monochromatic Colors of #260ABC
Black with #260ABC
Text Example
Text Example
White with #260ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260ABC; }
p { color: rgb(38,10,188); }
H1.HeaderClassName
{
color: #260ABC;
}
.AnyTagClassName
{
color: #260ABC;
}
</style>
background-color css
<style>
a { background-color: #260ABC; }
a { background-color: rgb(38,10,188); }
div.DivClassName
{
background-color: #260ABC;
}
.BgClassName
{
background-color: #260ABC;
}
</style>
border-color css
<style>
span { border-color: #260ABC; }
span { border-color: rgb(38,10,188); }
td.TdClassName
{
border-color: #260ABC;
}
.TagClassName
{
border-color: #260ABC;
}
</style>