Shades of Medium Blue #260DBB
Tints of Medium Blue #260DBB
RGB
CMYK
RGB Variations
Color information
#260DBB (or 0x260DBB) is known color: Medium Blue. HEX triplet: 26, 0D and BB. RGB value is (38,13,187). Sum of RGB (Red+Green+Blue) = 38+13+187=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #260DBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DBB is #D9F244. Grayscale: #272727. Windows color (decimal): -14283333 or 12258598. OLE color: 12258598.
HSL color Cylindrical-coordinate representation of color #260DBB: hue angle of 248.62º 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 #260DBB is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 13 | 187 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.27 |
| HSL | 248.62º | 0.87% | 0.39% | - |
| HSV(B) | 248.62º | 0.93% | 0.73% | - |
| XYZ | 9.91 | 4.29 | 47.32 | - |
| YUV | 40.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 187 | 0.80 | 0.93 | 0 | 0.27 | 248.62 | 0.87 | 0.39 |
| Hex | 26 | D | BB | 50 | 5D | 0 | 1B | F9 | 57 | 27 |
| Octal | 46 | 15 | 273 | 120 | 135 | 0 | 33 | 371 | 127 | 47 |
| Binary | 100110 | 1101 | 10111011 | 1010000 | 1011101 | 0 | 11011 | 11111001 | 1010111 | 100111 |
Color Harmonies of #260DBB
Complementary color
Monochromatic Colors of #260DBB
Black with #260DBB
Text Example
Text Example
White with #260DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DBB; }
p { color: rgb(38,13,187); }
H1.HeaderClassName
{
color: #260DBB;
}
.AnyTagClassName
{
color: #260DBB;
}
</style>
background-color css
<style>
a { background-color: #260DBB; }
a { background-color: rgb(38,13,187); }
div.DivClassName
{
background-color: #260DBB;
}
.BgClassName
{
background-color: #260DBB;
}
</style>
border-color css
<style>
span { border-color: #260DBB; }
span { border-color: rgb(38,13,187); }
td.TdClassName
{
border-color: #260DBB;
}
.TagClassName
{
border-color: #260DBB;
}
</style>