Shades of Medium Blue #260EDC
Tints of Medium Blue #260EDC
RGB
CMYK
RGB Variations
Color information
#260EDC (or 0x260EDC) is known color: Medium Blue. HEX triplet: 26, 0E and DC. RGB value is (38,14,220). Sum of RGB (Red+Green+Blue) = 38+14+220=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #260EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EDC is #D9F123. Grayscale: #2B2B2B. Windows color (decimal): -14283044 or 14421542. OLE color: 14421542.
HSL color Cylindrical-coordinate representation of color #260EDC: hue angle of 246.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260EDC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 14 | 220 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.14 |
| HSL | 246.99º | 0.88% | 0.46% | - |
| HSV(B) | 246.99º | 0.94% | 0.86% | - |
| XYZ | 13.87 | 5.89 | 68.12 | - |
| YUV | 44.66 | 226.95 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 220 | 0.83 | 0.94 | 0 | 0.14 | 246.99 | 0.88 | 0.46 |
| Hex | 26 | E | DC | 53 | 5E | 0 | E | F7 | 58 | 2E |
| Octal | 46 | 16 | 334 | 123 | 136 | 0 | 16 | 367 | 130 | 56 |
| Binary | 100110 | 1110 | 11011100 | 1010011 | 1011110 | 0 | 1110 | 11110111 | 1011000 | 101110 |
Color Harmonies of #260EDC
Complementary color
Monochromatic Colors of #260EDC
Black with #260EDC
Text Example
Text Example
White with #260EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EDC; }
p { color: rgb(38,14,220); }
H1.HeaderClassName
{
color: #260EDC;
}
.AnyTagClassName
{
color: #260EDC;
}
</style>
background-color css
<style>
a { background-color: #260EDC; }
a { background-color: rgb(38,14,220); }
div.DivClassName
{
background-color: #260EDC;
}
.BgClassName
{
background-color: #260EDC;
}
</style>
border-color css
<style>
span { border-color: #260EDC; }
span { border-color: rgb(38,14,220); }
td.TdClassName
{
border-color: #260EDC;
}
.TagClassName
{
border-color: #260EDC;
}
</style>