Shades of Medium Blue #260DCD
Tints of Medium Blue #260DCD
RGB
CMYK
RGB Variations
Color information
#260DCD (or 0x260DCD) is known color: Medium Blue. HEX triplet: 26, 0D and CD. RGB value is (38,13,205). Sum of RGB (Red+Green+Blue) = 38+13+205=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #260DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DCD is #D9F232. Grayscale: #292929. Windows color (decimal): -14283315 or 13438246. OLE color: 13438246.
HSL color Cylindrical-coordinate representation of color #260DCD: hue angle of 247.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DCD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 13 | 205 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.20 |
| HSL | 247.81º | 0.88% | 0.43% | - |
| HSV(B) | 247.81º | 0.94% | 0.8% | - |
| XYZ | 11.96 | 5.11 | 58.11 | - |
| YUV | 42.36 | 219.78 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 205 | 0.81 | 0.94 | 0 | 0.20 | 247.81 | 0.88 | 0.43 |
| Hex | 26 | D | CD | 51 | 5E | 0 | 14 | F8 | 58 | 2B |
| Octal | 46 | 15 | 315 | 121 | 136 | 0 | 24 | 370 | 130 | 53 |
| Binary | 100110 | 1101 | 11001101 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011000 | 101011 |
Color Harmonies of #260DCD
Complementary color
Monochromatic Colors of #260DCD
Black with #260DCD
Text Example
Text Example
White with #260DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DCD; }
p { color: rgb(38,13,205); }
H1.HeaderClassName
{
color: #260DCD;
}
.AnyTagClassName
{
color: #260DCD;
}
</style>
background-color css
<style>
a { background-color: #260DCD; }
a { background-color: rgb(38,13,205); }
div.DivClassName
{
background-color: #260DCD;
}
.BgClassName
{
background-color: #260DCD;
}
</style>
border-color css
<style>
span { border-color: #260DCD; }
span { border-color: rgb(38,13,205); }
td.TdClassName
{
border-color: #260DCD;
}
.TagClassName
{
border-color: #260DCD;
}
</style>