Shades of Medium Blue #2608D1
Tints of Medium Blue #2608D1
RGB
CMYK
RGB Variations
Color information
#2608D1 (or 0x2608D1) is known color: Medium Blue. HEX triplet: 26, 08 and D1. RGB value is (38,8,209). Sum of RGB (Red+Green+Blue) = 38+8+209=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 209 (82.03% from 255 or 81.96% from 255); Max value from RGB is 209 - color contains mainly: blue. Hex color #2608D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2608D1 is #D9F72E. Grayscale: #272727. Windows color (decimal): -14284591 or 13699110. OLE color: 13699110.
HSL color Cylindrical-coordinate representation of color #2608D1: hue angle of 248.96º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2608D1 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 8 | 209 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.18 |
| HSL | 248.96º | 0.93% | 0.43% | - |
| HSV(B) | 248.96º | 0.96% | 0.82% | - |
| XYZ | 12.39 | 5.19 | 60.67 | - |
| YUV | 39.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 209 | 0.82 | 0.96 | 0 | 0.18 | 248.96 | 0.93 | 0.43 |
| Hex | 26 | 8 | D1 | 52 | 60 | 0 | 12 | F9 | 5D | 2B |
| Octal | 46 | 10 | 321 | 122 | 140 | 0 | 22 | 371 | 135 | 53 |
| Binary | 100110 | 1000 | 11010001 | 1010010 | 1100000 | 0 | 10010 | 11111001 | 1011101 | 101011 |
Color Harmonies of #2608D1
Complementary color
Monochromatic Colors of #2608D1
Black with #2608D1
Text Example
Text Example
White with #2608D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608D1; }
p { color: rgb(38,8,209); }
H1.HeaderClassName
{
color: #2608D1;
}
.AnyTagClassName
{
color: #2608D1;
}
</style>
background-color css
<style>
a { background-color: #2608D1; }
a { background-color: rgb(38,8,209); }
div.DivClassName
{
background-color: #2608D1;
}
.BgClassName
{
background-color: #2608D1;
}
</style>
border-color css
<style>
span { border-color: #2608D1; }
span { border-color: rgb(38,8,209); }
td.TdClassName
{
border-color: #2608D1;
}
.TagClassName
{
border-color: #2608D1;
}
</style>