Shades of Medium Blue #2600B9
Tints of Medium Blue #2600B9
RGB
CMYK
RGB Variations
Color information
#2600B9 (or 0x2600B9) is known color: Medium Blue. HEX triplet: 26, 00 and B9. RGB value is (38,0,185). Sum of RGB (Red+Green+Blue) = 38+0+185=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #2600B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600B9 is #D9FF46. Grayscale: #1F1F1F. Windows color (decimal): -14286663 or 12124198. OLE color: 12124198.
HSL color Cylindrical-coordinate representation of color #2600B9: hue angle of 252.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2600B9 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 0 | 185 | - |
| CMYK | 0.79 | 1 | 0 | 0.27 |
| HSL | 252.32º | 1% | 0.36% | - |
| HSV(B) | 252.32º | 1% | 0.73% | - |
| XYZ | 9.56 | 3.91 | 46.15 | - |
| YUV | 32.45 | 214.09 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 185 | 0.79 | 1 | 0 | 0.27 | 252.32 | 1 | 0.36 |
| Hex | 26 | 0 | B9 | 4F | 64 | 0 | 1B | FC | 64 | 24 |
| Octal | 46 | 0 | 271 | 117 | 144 | 0 | 33 | 374 | 144 | 44 |
| Binary | 100110 | 0 | 10111001 | 1001111 | 1100100 | 0 | 11011 | 11111100 | 1100100 | 100100 |
Color Harmonies of #2600B9
Complementary color
Monochromatic Colors of #2600B9
Black with #2600B9
Text Example
Text Example
White with #2600B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2600B9; }
p { color: rgb(38,0,185); }
H1.HeaderClassName
{
color: #2600B9;
}
.AnyTagClassName
{
color: #2600B9;
}
</style>
background-color css
<style>
a { background-color: #2600B9; }
a { background-color: rgb(38,0,185); }
div.DivClassName
{
background-color: #2600B9;
}
.BgClassName
{
background-color: #2600B9;
}
</style>
border-color css
<style>
span { border-color: #2600B9; }
span { border-color: rgb(38,0,185); }
td.TdClassName
{
border-color: #2600B9;
}
.TagClassName
{
border-color: #2600B9;
}
</style>