Shades of Medium Blue #260DDD
Tints of Medium Blue #260DDD
RGB
CMYK
RGB Variations
Color information
#260DDD (or 0x260DDD) is known color: Medium Blue. HEX triplet: 26, 0D and DD. RGB value is (38,13,221). Sum of RGB (Red+Green+Blue) = 38+13+221=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #260DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DDD is #D9F222. Grayscale: #2B2B2B. Windows color (decimal): -14283299 or 14486822. OLE color: 14486822.
HSL color Cylindrical-coordinate representation of color #260DDD: hue angle of 247.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DDD is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 13 | 221 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.13 |
| HSL | 247.21º | 0.89% | 0.46% | - |
| HSV(B) | 247.21º | 0.94% | 0.87% | - |
| XYZ | 13.99 | 5.92 | 68.81 | - |
| YUV | 44.19 | 227.78 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 221 | 0.83 | 0.94 | 0 | 0.13 | 247.21 | 0.89 | 0.46 |
| Hex | 26 | D | DD | 53 | 5E | 0 | D | F7 | 59 | 2E |
| Octal | 46 | 15 | 335 | 123 | 136 | 0 | 15 | 367 | 131 | 56 |
| Binary | 100110 | 1101 | 11011101 | 1010011 | 1011110 | 0 | 1101 | 11110111 | 1011001 | 101110 |
Color Harmonies of #260DDD
Complementary color
Monochromatic Colors of #260DDD
Black with #260DDD
Text Example
Text Example
White with #260DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DDD; }
p { color: rgb(38,13,221); }
H1.HeaderClassName
{
color: #260DDD;
}
.AnyTagClassName
{
color: #260DDD;
}
</style>
background-color css
<style>
a { background-color: #260DDD; }
a { background-color: rgb(38,13,221); }
div.DivClassName
{
background-color: #260DDD;
}
.BgClassName
{
background-color: #260DDD;
}
</style>
border-color css
<style>
span { border-color: #260DDD; }
span { border-color: rgb(38,13,221); }
td.TdClassName
{
border-color: #260DDD;
}
.TagClassName
{
border-color: #260DDD;
}
</style>