Shades of Medium Blue #260DC9
Tints of Medium Blue #260DC9
RGB
CMYK
RGB Variations
Color information
#260DC9 (or 0x260DC9) is known color: Medium Blue. HEX triplet: 26, 0D and C9. RGB value is (38,13,201). Sum of RGB (Red+Green+Blue) = 38+13+201=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 201 (78.91% from 255 or 79.76% from 252); Max value from RGB is 201 - color contains mainly: blue. Hex color #260DC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DC9 is #D9F236. Grayscale: #292929. Windows color (decimal): -14283319 or 13176102. OLE color: 13176102.
HSL color Cylindrical-coordinate representation of color #260DC9: hue angle of 247.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DC9 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 13 | 201 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.21 |
| HSL | 247.98º | 0.88% | 0.42% | - |
| HSV(B) | 247.98º | 0.94% | 0.79% | - |
| XYZ | 11.49 | 4.92 | 55.6 | - |
| YUV | 41.91 | 217.78 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 201 | 0.81 | 0.94 | 0 | 0.21 | 247.98 | 0.88 | 0.42 |
| Hex | 26 | D | C9 | 51 | 5E | 0 | 15 | F8 | 58 | 2A |
| Octal | 46 | 15 | 311 | 121 | 136 | 0 | 25 | 370 | 130 | 52 |
| Binary | 100110 | 1101 | 11001001 | 1010001 | 1011110 | 0 | 10101 | 11111000 | 1011000 | 101010 |
Color Harmonies of #260DC9
Complementary color
Monochromatic Colors of #260DC9
Black with #260DC9
Text Example
Text Example
White with #260DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DC9; }
p { color: rgb(38,13,201); }
H1.HeaderClassName
{
color: #260DC9;
}
.AnyTagClassName
{
color: #260DC9;
}
</style>
background-color css
<style>
a { background-color: #260DC9; }
a { background-color: rgb(38,13,201); }
div.DivClassName
{
background-color: #260DC9;
}
.BgClassName
{
background-color: #260DC9;
}
</style>
border-color css
<style>
span { border-color: #260DC9; }
span { border-color: rgb(38,13,201); }
td.TdClassName
{
border-color: #260DC9;
}
.TagClassName
{
border-color: #260DC9;
}
</style>