Shades of Medium Blue #260BC8
Tints of Medium Blue #260BC8
RGB
CMYK
RGB Variations
Color information
#260BC8 (or 0x260BC8) is known color: Medium Blue. HEX triplet: 26, 0B and C8. RGB value is (38,11,200). Sum of RGB (Red+Green+Blue) = 38+11+200=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 200 (78.52% from 255 or 80.32% from 249); Max value from RGB is 200 - color contains mainly: blue. Hex color #260BC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BC8 is #D9F437. Grayscale: #272727. Windows color (decimal): -14283832 or 13110054. OLE color: 13110054.
HSL color Cylindrical-coordinate representation of color #260BC8: hue angle of 248.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BC8 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 11 | 200 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.22 |
| HSL | 248.57º | 0.9% | 0.41% | - |
| HSV(B) | 248.57º | 0.95% | 0.78% | - |
| XYZ | 11.34 | 4.82 | 54.98 | - |
| YUV | 40.62 | 217.95 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 200 | 0.81 | 0.94 | 0 | 0.22 | 248.57 | 0.9 | 0.41 |
| Hex | 26 | B | C8 | 51 | 5E | 0 | 16 | F9 | 5A | 29 |
| Octal | 46 | 13 | 310 | 121 | 136 | 0 | 26 | 371 | 132 | 51 |
| Binary | 100110 | 1011 | 11001000 | 1010001 | 1011110 | 0 | 10110 | 11111001 | 1011010 | 101001 |
Color Harmonies of #260BC8
Complementary color
Monochromatic Colors of #260BC8
Black with #260BC8
Text Example
Text Example
White with #260BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BC8; }
p { color: rgb(38,11,200); }
H1.HeaderClassName
{
color: #260BC8;
}
.AnyTagClassName
{
color: #260BC8;
}
</style>
background-color css
<style>
a { background-color: #260BC8; }
a { background-color: rgb(38,11,200); }
div.DivClassName
{
background-color: #260BC8;
}
.BgClassName
{
background-color: #260BC8;
}
</style>
border-color css
<style>
span { border-color: #260BC8; }
span { border-color: rgb(38,11,200); }
td.TdClassName
{
border-color: #260BC8;
}
.TagClassName
{
border-color: #260BC8;
}
</style>