Shades of Medium Blue #2600DB
Tints of Medium Blue #2600DB
RGB
CMYK
RGB Variations
Color information
#2600DB (or 0x2600DB) is known color: Medium Blue. HEX triplet: 26, 00 and DB. RGB value is (38,0,219). Sum of RGB (Red+Green+Blue) = 38+0+219=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #2600DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600DB is #D9FF24. Grayscale: #232323. Windows color (decimal): -14286629 or 14352422. OLE color: 14352422.
HSL color Cylindrical-coordinate representation of color #2600DB: hue angle of 250.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600DB is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 0 | 219 | - |
| CMYK | 0.83 | 1 | 0 | 0.14 |
| HSL | 250.41º | 1% | 0.43% | - |
| HSV(B) | 250.41º | 1% | 0.86% | - |
| XYZ | 13.59 | 5.53 | 67.37 | - |
| YUV | 36.33 | 231.09 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 219 | 0.83 | 1 | 0 | 0.14 | 250.41 | 1 | 0.43 |
| Hex | 26 | 0 | DB | 53 | 64 | 0 | E | FA | 64 | 2B |
| Octal | 46 | 0 | 333 | 123 | 144 | 0 | 16 | 372 | 144 | 53 |
| Binary | 100110 | 0 | 11011011 | 1010011 | 1100100 | 0 | 1110 | 11111010 | 1100100 | 101011 |
Color Harmonies of #2600DB
Complementary color
Monochromatic Colors of #2600DB
Black with #2600DB
Text Example
Text Example
White with #2600DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600DB; }
p { color: rgb(38,0,219); }
H1.HeaderClassName
{
color: #2600DB;
}
.AnyTagClassName
{
color: #2600DB;
}
</style>
background-color css
<style>
a { background-color: #2600DB; }
a { background-color: rgb(38,0,219); }
div.DivClassName
{
background-color: #2600DB;
}
.BgClassName
{
background-color: #2600DB;
}
</style>
border-color css
<style>
span { border-color: #2600DB; }
span { border-color: rgb(38,0,219); }
td.TdClassName
{
border-color: #2600DB;
}
.TagClassName
{
border-color: #2600DB;
}
</style>