Shades of Medium Blue #2608D8
Tints of Medium Blue #2608D8
RGB
CMYK
RGB Variations
Color information
#2608D8 (or 0x2608D8) is known color: Medium Blue. HEX triplet: 26, 08 and D8. RGB value is (38,8,216). Sum of RGB (Red+Green+Blue) = 38+8+216=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 216 (84.77% from 255 or 82.44% from 262); Max value from RGB is 216 - color contains mainly: blue. Hex color #2608D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2608D8 is #D9F727. Grayscale: #272727. Windows color (decimal): -14284584 or 14157862. OLE color: 14157862.
HSL color Cylindrical-coordinate representation of color #2608D8: hue angle of 248.65º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2608D8 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 8 | 216 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.15 |
| HSL | 248.65º | 0.93% | 0.44% | - |
| HSV(B) | 248.65º | 0.96% | 0.85% | - |
| XYZ | 13.28 | 5.54 | 65.34 | - |
| YUV | 40.68 | 226.94 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 216 | 0.82 | 0.96 | 0 | 0.15 | 248.65 | 0.93 | 0.44 |
| Hex | 26 | 8 | D8 | 52 | 60 | 0 | F | F9 | 5D | 2C |
| Octal | 46 | 10 | 330 | 122 | 140 | 0 | 17 | 371 | 135 | 54 |
| Binary | 100110 | 1000 | 11011000 | 1010010 | 1100000 | 0 | 1111 | 11111001 | 1011101 | 101100 |
Color Harmonies of #2608D8
Complementary color
Monochromatic Colors of #2608D8
Black with #2608D8
Text Example
Text Example
White with #2608D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608D8; }
p { color: rgb(38,8,216); }
H1.HeaderClassName
{
color: #2608D8;
}
.AnyTagClassName
{
color: #2608D8;
}
</style>
background-color css
<style>
a { background-color: #2608D8; }
a { background-color: rgb(38,8,216); }
div.DivClassName
{
background-color: #2608D8;
}
.BgClassName
{
background-color: #2608D8;
}
</style>
border-color css
<style>
span { border-color: #2608D8; }
span { border-color: rgb(38,8,216); }
td.TdClassName
{
border-color: #2608D8;
}
.TagClassName
{
border-color: #2608D8;
}
</style>