Shades of Medium Blue #260AC0
Tints of Medium Blue #260AC0
RGB
CMYK
RGB Variations
Color information
#260AC0 (or 0x260AC0) is known color: Medium Blue. HEX triplet: 26, 0A and C0. RGB value is (38,10,192). Sum of RGB (Red+Green+Blue) = 38+10+192=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #260AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260AC0 is #D9F53F. Grayscale: #262626. Windows color (decimal): -14284096 or 12585510. OLE color: 12585510.
HSL color Cylindrical-coordinate representation of color #260AC0: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260AC0 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 10 | 192 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.25 |
| HSL | 249.23º | 0.9% | 0.4% | - |
| HSV(B) | 249.23º | 0.95% | 0.75% | - |
| XYZ | 10.42 | 4.43 | 50.18 | - |
| YUV | 39.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 192 | 0.80 | 0.95 | 0 | 0.25 | 249.23 | 0.9 | 0.4 |
| Hex | 26 | A | C0 | 50 | 5F | 0 | 19 | F9 | 5A | 28 |
| Octal | 46 | 12 | 300 | 120 | 137 | 0 | 31 | 371 | 132 | 50 |
| Binary | 100110 | 1010 | 11000000 | 1010000 | 1011111 | 0 | 11001 | 11111001 | 1011010 | 101000 |
Color Harmonies of #260AC0
Complementary color
Monochromatic Colors of #260AC0
Black with #260AC0
Text Example
Text Example
White with #260AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AC0; }
p { color: rgb(38,10,192); }
H1.HeaderClassName
{
color: #260AC0;
}
.AnyTagClassName
{
color: #260AC0;
}
</style>
background-color css
<style>
a { background-color: #260AC0; }
a { background-color: rgb(38,10,192); }
div.DivClassName
{
background-color: #260AC0;
}
.BgClassName
{
background-color: #260AC0;
}
</style>
border-color css
<style>
span { border-color: #260AC0; }
span { border-color: rgb(38,10,192); }
td.TdClassName
{
border-color: #260AC0;
}
.TagClassName
{
border-color: #260AC0;
}
</style>