Shades of Medium Blue #260CE5
Tints of Medium Blue #260CE5
RGB
CMYK
RGB Variations
Color information
#260CE5 (or 0x260CE5) is known color: Medium Blue. HEX triplet: 26, 0C and E5. RGB value is (38,12,229). Sum of RGB (Red+Green+Blue) = 38+12+229=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #260CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CE5 is #D9F31A. Grayscale: #2B2B2B. Windows color (decimal): -14283547 or 15010854. OLE color: 15010854.
HSL color Cylindrical-coordinate representation of color #260CE5: hue angle of 247.19º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CE5 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 12 | 229 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.10 |
| HSL | 247.19º | 0.9% | 0.47% | - |
| HSV(B) | 247.19º | 0.95% | 0.9% | - |
| XYZ | 15.07 | 6.33 | 74.56 | - |
| YUV | 44.51 | 232.11 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 229 | 0.83 | 0.95 | 0 | 0.10 | 247.19 | 0.9 | 0.47 |
| Hex | 26 | C | E5 | 53 | 5F | 0 | A | F7 | 5A | 2F |
| Octal | 46 | 14 | 345 | 123 | 137 | 0 | 12 | 367 | 132 | 57 |
| Binary | 100110 | 1100 | 11100101 | 1010011 | 1011111 | 0 | 1010 | 11110111 | 1011010 | 101111 |
Color Harmonies of #260CE5
Complementary color
Monochromatic Colors of #260CE5
Black with #260CE5
Text Example
Text Example
White with #260CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CE5; }
p { color: rgb(38,12,229); }
H1.HeaderClassName
{
color: #260CE5;
}
.AnyTagClassName
{
color: #260CE5;
}
</style>
background-color css
<style>
a { background-color: #260CE5; }
a { background-color: rgb(38,12,229); }
div.DivClassName
{
background-color: #260CE5;
}
.BgClassName
{
background-color: #260CE5;
}
</style>
border-color css
<style>
span { border-color: #260CE5; }
span { border-color: rgb(38,12,229); }
td.TdClassName
{
border-color: #260CE5;
}
.TagClassName
{
border-color: #260CE5;
}
</style>