Shades of Medium Blue #260BC0
Tints of Medium Blue #260BC0
RGB
CMYK
RGB Variations
Color information
#260BC0 (or 0x260BC0) is known color: Medium Blue. HEX triplet: 26, 0B and C0. RGB value is (38,11,192). Sum of RGB (Red+Green+Blue) = 38+11+192=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #260BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BC0 is #D9F43F. Grayscale: #272727. Windows color (decimal): -14283840 or 12585766. OLE color: 12585766.
HSL color Cylindrical-coordinate representation of color #260BC0: hue angle of 248.95º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BC0 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 11 | 192 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.25 |
| HSL | 248.95º | 0.89% | 0.4% | - |
| HSV(B) | 248.95º | 0.94% | 0.75% | - |
| XYZ | 10.43 | 4.46 | 50.18 | - |
| YUV | 39.71 | 213.95 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 192 | 0.80 | 0.94 | 0 | 0.25 | 248.95 | 0.89 | 0.4 |
| Hex | 26 | B | C0 | 50 | 5E | 0 | 19 | F9 | 59 | 28 |
| Octal | 46 | 13 | 300 | 120 | 136 | 0 | 31 | 371 | 131 | 50 |
| Binary | 100110 | 1011 | 11000000 | 1010000 | 1011110 | 0 | 11001 | 11111001 | 1011001 | 101000 |
Color Harmonies of #260BC0
Complementary color
Monochromatic Colors of #260BC0
Black with #260BC0
Text Example
Text Example
White with #260BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BC0; }
p { color: rgb(38,11,192); }
H1.HeaderClassName
{
color: #260BC0;
}
.AnyTagClassName
{
color: #260BC0;
}
</style>
background-color css
<style>
a { background-color: #260BC0; }
a { background-color: rgb(38,11,192); }
div.DivClassName
{
background-color: #260BC0;
}
.BgClassName
{
background-color: #260BC0;
}
</style>
border-color css
<style>
span { border-color: #260BC0; }
span { border-color: rgb(38,11,192); }
td.TdClassName
{
border-color: #260BC0;
}
.TagClassName
{
border-color: #260BC0;
}
</style>