Shades of Medium Blue #260FBE
Tints of Medium Blue #260FBE
RGB
CMYK
RGB Variations
Color information
#260FBE (or 0x260FBE) is known color: Medium Blue. HEX triplet: 26, 0F and BE. RGB value is (38,15,190). Sum of RGB (Red+Green+Blue) = 38+15+190=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #260FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FBE is #D9F041. Grayscale: #292929. Windows color (decimal): -14282818 or 12455718. OLE color: 12455718.
HSL color Cylindrical-coordinate representation of color #260FBE: hue angle of 247.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260FBE is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 15 | 190 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.25 |
| HSL | 247.89º | 0.85% | 0.4% | - |
| HSV(B) | 247.89º | 0.92% | 0.75% | - |
| XYZ | 10.26 | 4.47 | 49.04 | - |
| YUV | 41.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 190 | 0.8 | 0.92 | 0 | 0.25 | 247.89 | 0.85 | 0.4 |
| Hex | 26 | F | BE | 50 | 5C | 0 | 19 | F8 | 55 | 28 |
| Octal | 46 | 17 | 276 | 120 | 134 | 0 | 31 | 370 | 125 | 50 |
| Binary | 100110 | 1111 | 10111110 | 1010000 | 1011100 | 0 | 11001 | 11111000 | 1010101 | 101000 |
Color Harmonies of #260FBE
Complementary color
Monochromatic Colors of #260FBE
Black with #260FBE
Text Example
Text Example
White with #260FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FBE; }
p { color: rgb(38,15,190); }
H1.HeaderClassName
{
color: #260FBE;
}
.AnyTagClassName
{
color: #260FBE;
}
</style>
background-color css
<style>
a { background-color: #260FBE; }
a { background-color: rgb(38,15,190); }
div.DivClassName
{
background-color: #260FBE;
}
.BgClassName
{
background-color: #260FBE;
}
</style>
border-color css
<style>
span { border-color: #260FBE; }
span { border-color: rgb(38,15,190); }
td.TdClassName
{
border-color: #260FBE;
}
.TagClassName
{
border-color: #260FBE;
}
</style>