Shades of Medium Blue #2610D0
Tints of Medium Blue #2610D0
RGB
CMYK
RGB Variations
Color information
#2610D0 (or 0x2610D0) is known color: Medium Blue. HEX triplet: 26, 10 and D0. RGB value is (38,16,208). Sum of RGB (Red+Green+Blue) = 38+16+208=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 208 (81.64% from 255 or 79.39% from 262); Max value from RGB is 208 - color contains mainly: blue. Hex color #2610D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2610D0 is #D9EF2F. Grayscale: #2B2B2B. Windows color (decimal): -14282544 or 13635622. OLE color: 13635622.
HSL color Cylindrical-coordinate representation of color #2610D0: hue angle of 246.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2610D0 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 16 | 208 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.18 |
| HSL | 246.88º | 0.86% | 0.44% | - |
| HSV(B) | 246.88º | 0.92% | 0.82% | - |
| XYZ | 12.37 | 5.34 | 60.05 | - |
| YUV | 44.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 208 | 0.82 | 0.92 | 0 | 0.18 | 246.88 | 0.86 | 0.44 |
| Hex | 26 | 10 | D0 | 52 | 5C | 0 | 12 | F7 | 56 | 2C |
| Octal | 46 | 20 | 320 | 122 | 134 | 0 | 22 | 367 | 126 | 54 |
| Binary | 100110 | 10000 | 11010000 | 1010010 | 1011100 | 0 | 10010 | 11110111 | 1010110 | 101100 |
Color Harmonies of #2610D0
Complementary color
Monochromatic Colors of #2610D0
Black with #2610D0
Text Example
Text Example
White with #2610D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2610D0; }
p { color: rgb(38,16,208); }
H1.HeaderClassName
{
color: #2610D0;
}
.AnyTagClassName
{
color: #2610D0;
}
</style>
background-color css
<style>
a { background-color: #2610D0; }
a { background-color: rgb(38,16,208); }
div.DivClassName
{
background-color: #2610D0;
}
.BgClassName
{
background-color: #2610D0;
}
</style>
border-color css
<style>
span { border-color: #2610D0; }
span { border-color: rgb(38,16,208); }
td.TdClassName
{
border-color: #2610D0;
}
.TagClassName
{
border-color: #2610D0;
}
</style>