Shades of Medium Blue #2608C9
Tints of Medium Blue #2608C9
RGB
CMYK
RGB Variations
Color information
#2608C9 (or 0x2608C9) is known color: Medium Blue. HEX triplet: 26, 08 and C9. RGB value is (38,8,201). Sum of RGB (Red+Green+Blue) = 38+8+201=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 201 (78.91% from 255 or 81.38% from 247); Max value from RGB is 201 - color contains mainly: blue. Hex color #2608C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2608C9 is #D9F736. Grayscale: #262626. Windows color (decimal): -14284599 or 13174822. OLE color: 13174822.
HSL color Cylindrical-coordinate representation of color #2608C9: hue angle of 249.33º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2608C9 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 8 | 201 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.21 |
| HSL | 249.33º | 0.92% | 0.41% | - |
| HSV(B) | 249.33º | 0.96% | 0.79% | - |
| XYZ | 11.43 | 4.8 | 55.58 | - |
| YUV | 38.97 | 219.44 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 201 | 0.81 | 0.96 | 0 | 0.21 | 249.33 | 0.92 | 0.41 |
| Hex | 26 | 8 | C9 | 51 | 60 | 0 | 15 | F9 | 5C | 29 |
| Octal | 46 | 10 | 311 | 121 | 140 | 0 | 25 | 371 | 134 | 51 |
| Binary | 100110 | 1000 | 11001001 | 1010001 | 1100000 | 0 | 10101 | 11111001 | 1011100 | 101001 |
Color Harmonies of #2608C9
Complementary color
Monochromatic Colors of #2608C9
Black with #2608C9
Text Example
Text Example
White with #2608C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608C9; }
p { color: rgb(38,8,201); }
H1.HeaderClassName
{
color: #2608C9;
}
.AnyTagClassName
{
color: #2608C9;
}
</style>
background-color css
<style>
a { background-color: #2608C9; }
a { background-color: rgb(38,8,201); }
div.DivClassName
{
background-color: #2608C9;
}
.BgClassName
{
background-color: #2608C9;
}
</style>
border-color css
<style>
span { border-color: #2608C9; }
span { border-color: rgb(38,8,201); }
td.TdClassName
{
border-color: #2608C9;
}
.TagClassName
{
border-color: #2608C9;
}
</style>