Shades of Medium Blue #260EE3
Tints of Medium Blue #260EE3
RGB
CMYK
RGB Variations
Color information
#260EE3 (or 0x260EE3) is known color: Medium Blue. HEX triplet: 26, 0E and E3. RGB value is (38,14,227). Sum of RGB (Red+Green+Blue) = 38+14+227=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 227 (89.06% from 255 or 81.36% from 279); Max value from RGB is 227 - color contains mainly: blue. Hex color #260EE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260EE3 is #D9F11C. Grayscale: #2C2C2C. Windows color (decimal): -14283037 or 14880294. OLE color: 14880294.
HSL color Cylindrical-coordinate representation of color #260EE3: hue angle of 246.76º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260EE3 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 14 | 227 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.11 |
| HSL | 246.76º | 0.88% | 0.47% | - |
| HSV(B) | 246.76º | 0.94% | 0.89% | - |
| XYZ | 14.82 | 6.27 | 73.1 | - |
| YUV | 45.46 | 230.45 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 227 | 0.83 | 0.94 | 0 | 0.11 | 246.76 | 0.88 | 0.47 |
| Hex | 26 | E | E3 | 53 | 5E | 0 | B | F7 | 58 | 2F |
| Octal | 46 | 16 | 343 | 123 | 136 | 0 | 13 | 367 | 130 | 57 |
| Binary | 100110 | 1110 | 11100011 | 1010011 | 1011110 | 0 | 1011 | 11110111 | 1011000 | 101111 |
Color Harmonies of #260EE3
Complementary color
Monochromatic Colors of #260EE3
Black with #260EE3
Text Example
Text Example
White with #260EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EE3; }
p { color: rgb(38,14,227); }
H1.HeaderClassName
{
color: #260EE3;
}
.AnyTagClassName
{
color: #260EE3;
}
</style>
background-color css
<style>
a { background-color: #260EE3; }
a { background-color: rgb(38,14,227); }
div.DivClassName
{
background-color: #260EE3;
}
.BgClassName
{
background-color: #260EE3;
}
</style>
border-color css
<style>
span { border-color: #260EE3; }
span { border-color: rgb(38,14,227); }
td.TdClassName
{
border-color: #260EE3;
}
.TagClassName
{
border-color: #260EE3;
}
</style>