Shades of Medium Blue #260DBA
Tints of Medium Blue #260DBA
RGB
CMYK
RGB Variations
Color information
#260DBA (or 0x260DBA) is known color: Medium Blue. HEX triplet: 26, 0D and BA. RGB value is (38,13,186). Sum of RGB (Red+Green+Blue) = 38+13+186=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #260DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DBA is #D9F245. Grayscale: #272727. Windows color (decimal): -14283334 or 12193062. OLE color: 12193062.
HSL color Cylindrical-coordinate representation of color #260DBA: hue angle of 248.67º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260DBA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 13 | 186 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.27 |
| HSL | 248.67º | 0.87% | 0.39% | - |
| HSV(B) | 248.67º | 0.93% | 0.73% | - |
| XYZ | 9.81 | 4.25 | 46.76 | - |
| YUV | 40.2 | 210.28 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 186 | 0.80 | 0.93 | 0 | 0.27 | 248.67 | 0.87 | 0.39 |
| Hex | 26 | D | BA | 50 | 5D | 0 | 1B | F9 | 57 | 27 |
| Octal | 46 | 15 | 272 | 120 | 135 | 0 | 33 | 371 | 127 | 47 |
| Binary | 100110 | 1101 | 10111010 | 1010000 | 1011101 | 0 | 11011 | 11111001 | 1010111 | 100111 |
Color Harmonies of #260DBA
Complementary color
Monochromatic Colors of #260DBA
Black with #260DBA
Text Example
Text Example
White with #260DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DBA; }
p { color: rgb(38,13,186); }
H1.HeaderClassName
{
color: #260DBA;
}
.AnyTagClassName
{
color: #260DBA;
}
</style>
background-color css
<style>
a { background-color: #260DBA; }
a { background-color: rgb(38,13,186); }
div.DivClassName
{
background-color: #260DBA;
}
.BgClassName
{
background-color: #260DBA;
}
</style>
border-color css
<style>
span { border-color: #260DBA; }
span { border-color: rgb(38,13,186); }
td.TdClassName
{
border-color: #260DBA;
}
.TagClassName
{
border-color: #260DBA;
}
</style>