Shades of Medium Blue #260AD0
Tints of Medium Blue #260AD0
RGB
CMYK
RGB Variations
Color information
#260AD0 (or 0x260AD0) is known color: Medium Blue. HEX triplet: 26, 0A and D0. RGB value is (38,10,208). Sum of RGB (Red+Green+Blue) = 38+10+208=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 208 (81.64% from 255 or 81.25% from 256); Max value from RGB is 208 - color contains mainly: blue. Hex color #260AD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260AD0 is #D9F52F. Grayscale: #282828. Windows color (decimal): -14284080 or 13634086. OLE color: 13634086.
HSL color Cylindrical-coordinate representation of color #260AD0: hue angle of 248.48º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260AD0 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 10 | 208 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.18 |
| HSL | 248.48º | 0.91% | 0.43% | - |
| HSV(B) | 248.48º | 0.95% | 0.82% | - |
| XYZ | 12.29 | 5.18 | 60.03 | - |
| YUV | 40.94 | 222.28 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 208 | 0.82 | 0.95 | 0 | 0.18 | 248.48 | 0.91 | 0.43 |
| Hex | 26 | A | D0 | 52 | 5F | 0 | 12 | F8 | 5B | 2B |
| Octal | 46 | 12 | 320 | 122 | 137 | 0 | 22 | 370 | 133 | 53 |
| Binary | 100110 | 1010 | 11010000 | 1010010 | 1011111 | 0 | 10010 | 11111000 | 1011011 | 101011 |
Color Harmonies of #260AD0
Complementary color
Monochromatic Colors of #260AD0
Black with #260AD0
Text Example
Text Example
White with #260AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260AD0; }
p { color: rgb(38,10,208); }
H1.HeaderClassName
{
color: #260AD0;
}
.AnyTagClassName
{
color: #260AD0;
}
</style>
background-color css
<style>
a { background-color: #260AD0; }
a { background-color: rgb(38,10,208); }
div.DivClassName
{
background-color: #260AD0;
}
.BgClassName
{
background-color: #260AD0;
}
</style>
border-color css
<style>
span { border-color: #260AD0; }
span { border-color: rgb(38,10,208); }
td.TdClassName
{
border-color: #260AD0;
}
.TagClassName
{
border-color: #260AD0;
}
</style>