Shades of Medium Blue #260DDA
Tints of Medium Blue #260DDA
RGB
CMYK
RGB Variations
Color information
#260DDA (or 0x260DDA) is known color: Medium Blue. HEX triplet: 26, 0D and DA. RGB value is (38,13,218). Sum of RGB (Red+Green+Blue) = 38+13+218=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #260DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DDA is #D9F225. Grayscale: #2B2B2B. Windows color (decimal): -14283302 or 14290214. OLE color: 14290214.
HSL color Cylindrical-coordinate representation of color #260DDA: hue angle of 247.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DDA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 13 | 218 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.15 |
| HSL | 247.32º | 0.89% | 0.45% | - |
| HSV(B) | 247.32º | 0.94% | 0.85% | - |
| XYZ | 13.6 | 5.76 | 66.73 | - |
| YUV | 43.85 | 226.28 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 218 | 0.83 | 0.94 | 0 | 0.15 | 247.32 | 0.89 | 0.45 |
| Hex | 26 | D | DA | 53 | 5E | 0 | F | F7 | 59 | 2D |
| Octal | 46 | 15 | 332 | 123 | 136 | 0 | 17 | 367 | 131 | 55 |
| Binary | 100110 | 1101 | 11011010 | 1010011 | 1011110 | 0 | 1111 | 11110111 | 1011001 | 101101 |
Color Harmonies of #260DDA
Complementary color
Monochromatic Colors of #260DDA
Black with #260DDA
Text Example
Text Example
White with #260DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DDA; }
p { color: rgb(38,13,218); }
H1.HeaderClassName
{
color: #260DDA;
}
.AnyTagClassName
{
color: #260DDA;
}
</style>
background-color css
<style>
a { background-color: #260DDA; }
a { background-color: rgb(38,13,218); }
div.DivClassName
{
background-color: #260DDA;
}
.BgClassName
{
background-color: #260DDA;
}
</style>
border-color css
<style>
span { border-color: #260DDA; }
span { border-color: rgb(38,13,218); }
td.TdClassName
{
border-color: #260DDA;
}
.TagClassName
{
border-color: #260DDA;
}
</style>