Shades of Medium Blue #2610BF
Tints of Medium Blue #2610BF
RGB
CMYK
RGB Variations
Color information
#2610BF (or 0x2610BF) is known color: Medium Blue. HEX triplet: 26, 10 and BF. RGB value is (38,16,191). Sum of RGB (Red+Green+Blue) = 38+16+191=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 191 (75% from 255 or 77.96% from 245); Max value from RGB is 191 - color contains mainly: blue. Hex color #2610BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610BF is #D9EF40. Grayscale: #292929. Windows color (decimal): -14282561 or 12521510. OLE color: 12521510.
HSL color Cylindrical-coordinate representation of color #2610BF: hue angle of 247.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2610BF is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 16 | 191 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.25 |
| HSL | 247.54º | 0.85% | 0.41% | - |
| HSV(B) | 247.54º | 0.92% | 0.75% | - |
| XYZ | 10.39 | 4.54 | 49.62 | - |
| YUV | 42.53 | 211.79 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 191 | 0.80 | 0.92 | 0 | 0.25 | 247.54 | 0.85 | 0.41 |
| Hex | 26 | 10 | BF | 50 | 5C | 0 | 19 | F8 | 55 | 29 |
| Octal | 46 | 20 | 277 | 120 | 134 | 0 | 31 | 370 | 125 | 51 |
| Binary | 100110 | 10000 | 10111111 | 1010000 | 1011100 | 0 | 11001 | 11111000 | 1010101 | 101001 |
Color Harmonies of #2610BF
Complementary color
Monochromatic Colors of #2610BF
Black with #2610BF
Text Example
Text Example
White with #2610BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610BF; }
p { color: rgb(38,16,191); }
H1.HeaderClassName
{
color: #2610BF;
}
.AnyTagClassName
{
color: #2610BF;
}
</style>
background-color css
<style>
a { background-color: #2610BF; }
a { background-color: rgb(38,16,191); }
div.DivClassName
{
background-color: #2610BF;
}
.BgClassName
{
background-color: #2610BF;
}
</style>
border-color css
<style>
span { border-color: #2610BF; }
span { border-color: rgb(38,16,191); }
td.TdClassName
{
border-color: #2610BF;
}
.TagClassName
{
border-color: #2610BF;
}
</style>