Shades of Medium Blue #260EC1
Tints of Medium Blue #260EC1
RGB
CMYK
RGB Variations
Color information
#260EC1 (or 0x260EC1) is known color: Medium Blue. HEX triplet: 26, 0E and C1. RGB value is (38,14,193). Sum of RGB (Red+Green+Blue) = 38+14+193=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 193 (75.78% from 255 or 78.78% from 245); Max value from RGB is 193 - color contains mainly: blue. Hex color #260EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EC1 is #D9F13E. Grayscale: #282828. Windows color (decimal): -14283071 or 12652070. OLE color: 12652070.
HSL color Cylindrical-coordinate representation of color #260EC1: hue angle of 248.04º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260EC1 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 14 | 193 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.24 |
| HSL | 248.04º | 0.86% | 0.41% | - |
| HSV(B) | 248.04º | 0.93% | 0.76% | - |
| XYZ | 10.58 | 4.58 | 50.78 | - |
| YUV | 41.58 | 213.45 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 193 | 0.80 | 0.93 | 0 | 0.24 | 248.04 | 0.86 | 0.41 |
| Hex | 26 | E | C1 | 50 | 5D | 0 | 18 | F8 | 56 | 29 |
| Octal | 46 | 16 | 301 | 120 | 135 | 0 | 30 | 370 | 126 | 51 |
| Binary | 100110 | 1110 | 11000001 | 1010000 | 1011101 | 0 | 11000 | 11111000 | 1010110 | 101001 |
Color Harmonies of #260EC1
Complementary color
Monochromatic Colors of #260EC1
Black with #260EC1
Text Example
Text Example
White with #260EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EC1; }
p { color: rgb(38,14,193); }
H1.HeaderClassName
{
color: #260EC1;
}
.AnyTagClassName
{
color: #260EC1;
}
</style>
background-color css
<style>
a { background-color: #260EC1; }
a { background-color: rgb(38,14,193); }
div.DivClassName
{
background-color: #260EC1;
}
.BgClassName
{
background-color: #260EC1;
}
</style>
border-color css
<style>
span { border-color: #260EC1; }
span { border-color: rgb(38,14,193); }
td.TdClassName
{
border-color: #260EC1;
}
.TagClassName
{
border-color: #260EC1;
}
</style>