Shades of Medium Blue #2611DF
Tints of Medium Blue #2611DF
RGB
CMYK
RGB Variations
Color information
#2611DF (or 0x2611DF) is known color: Medium Blue. HEX triplet: 26, 11 and DF. RGB value is (38,17,223). Sum of RGB (Red+Green+Blue) = 38+17+223=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #2611DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2611DF is #D9EE20. Grayscale: #2D2D2D. Windows color (decimal): -14282273 or 14618918. OLE color: 14618918.
HSL color Cylindrical-coordinate representation of color #2611DF: hue angle of 246.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2611DF is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 17 | 223 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.13 |
| HSL | 246.12º | 0.86% | 0.47% | - |
| HSV(B) | 246.12º | 0.92% | 0.87% | - |
| XYZ | 14.32 | 6.14 | 70.24 | - |
| YUV | 46.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 223 | 0.83 | 0.92 | 0 | 0.13 | 246.12 | 0.86 | 0.47 |
| Hex | 26 | 11 | DF | 53 | 5C | 0 | D | F6 | 56 | 2F |
| Octal | 46 | 21 | 337 | 123 | 134 | 0 | 15 | 366 | 126 | 57 |
| Binary | 100110 | 10001 | 11011111 | 1010011 | 1011100 | 0 | 1101 | 11110110 | 1010110 | 101111 |
Color Harmonies of #2611DF
Complementary color
Monochromatic Colors of #2611DF
Black with #2611DF
Text Example
Text Example
White with #2611DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2611DF; }
p { color: rgb(38,17,223); }
H1.HeaderClassName
{
color: #2611DF;
}
.AnyTagClassName
{
color: #2611DF;
}
</style>
background-color css
<style>
a { background-color: #2611DF; }
a { background-color: rgb(38,17,223); }
div.DivClassName
{
background-color: #2611DF;
}
.BgClassName
{
background-color: #2611DF;
}
</style>
border-color css
<style>
span { border-color: #2611DF; }
span { border-color: rgb(38,17,223); }
td.TdClassName
{
border-color: #2611DF;
}
.TagClassName
{
border-color: #2611DF;
}
</style>