Shades of Medium Blue #2600DC
Tints of Medium Blue #2600DC
RGB
CMYK
RGB Variations
Color information
#2600DC (or 0x2600DC) is known color: Medium Blue. HEX triplet: 26, 00 and DC. RGB value is (38,0,220). Sum of RGB (Red+Green+Blue) = 38+0+220=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #2600DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600DC is #D9FF23. Grayscale: #232323. Windows color (decimal): -14286628 or 14417958. OLE color: 14417958.
HSL color Cylindrical-coordinate representation of color #2600DC: hue angle of 250.36º 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 #2600DC is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 0 | 220 | - |
| CMYK | 0.83 | 1 | 0 | 0.14 |
| HSL | 250.36º | 1% | 0.43% | - |
| HSV(B) | 250.36º | 1% | 0.86% | - |
| XYZ | 13.72 | 5.58 | 68.06 | - |
| YUV | 36.44 | 231.59 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 220 | 0.83 | 1 | 0 | 0.14 | 250.36 | 1 | 0.43 |
| Hex | 26 | 0 | DC | 53 | 64 | 0 | E | FA | 64 | 2B |
| Octal | 46 | 0 | 334 | 123 | 144 | 0 | 16 | 372 | 144 | 53 |
| Binary | 100110 | 0 | 11011100 | 1010011 | 1100100 | 0 | 1110 | 11111010 | 1100100 | 101011 |
Color Harmonies of #2600DC
Complementary color
Monochromatic Colors of #2600DC
Black with #2600DC
Text Example
Text Example
White with #2600DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600DC; }
p { color: rgb(38,0,220); }
H1.HeaderClassName
{
color: #2600DC;
}
.AnyTagClassName
{
color: #2600DC;
}
</style>
background-color css
<style>
a { background-color: #2600DC; }
a { background-color: rgb(38,0,220); }
div.DivClassName
{
background-color: #2600DC;
}
.BgClassName
{
background-color: #2600DC;
}
</style>
border-color css
<style>
span { border-color: #2600DC; }
span { border-color: rgb(38,0,220); }
td.TdClassName
{
border-color: #2600DC;
}
.TagClassName
{
border-color: #2600DC;
}
</style>