Shades of Medium Blue #260CC9
Tints of Medium Blue #260CC9
RGB
CMYK
RGB Variations
Color information
#260CC9 (or 0x260CC9) is known color: Medium Blue. HEX triplet: 26, 0C and C9. RGB value is (38,12,201). Sum of RGB (Red+Green+Blue) = 38+12+201=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #260CC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CC9 is #D9F336. Grayscale: #282828. Windows color (decimal): -14283575 or 13175846. OLE color: 13175846.
HSL color Cylindrical-coordinate representation of color #260CC9: hue angle of 248.25º degrees, saturation: 0.89, 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 #260CC9 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 12 | 201 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.21 |
| HSL | 248.25º | 0.89% | 0.42% | - |
| HSV(B) | 248.25º | 0.94% | 0.79% | - |
| XYZ | 11.47 | 4.89 | 55.6 | - |
| YUV | 41.32 | 218.11 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 201 | 0.81 | 0.94 | 0 | 0.21 | 248.25 | 0.89 | 0.42 |
| Hex | 26 | C | C9 | 51 | 5E | 0 | 15 | F8 | 59 | 2A |
| Octal | 46 | 14 | 311 | 121 | 136 | 0 | 25 | 370 | 131 | 52 |
| Binary | 100110 | 1100 | 11001001 | 1010001 | 1011110 | 0 | 10101 | 11111000 | 1011001 | 101010 |
Color Harmonies of #260CC9
Complementary color
Monochromatic Colors of #260CC9
Black with #260CC9
Text Example
Text Example
White with #260CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CC9; }
p { color: rgb(38,12,201); }
H1.HeaderClassName
{
color: #260CC9;
}
.AnyTagClassName
{
color: #260CC9;
}
</style>
background-color css
<style>
a { background-color: #260CC9; }
a { background-color: rgb(38,12,201); }
div.DivClassName
{
background-color: #260CC9;
}
.BgClassName
{
background-color: #260CC9;
}
</style>
border-color css
<style>
span { border-color: #260CC9; }
span { border-color: rgb(38,12,201); }
td.TdClassName
{
border-color: #260CC9;
}
.TagClassName
{
border-color: #260CC9;
}
</style>