Shades of Medium Blue #2615DC
Tints of Medium Blue #2615DC
RGB
CMYK
RGB Variations
Color information
#2615DC (or 0x2615DC) is known color: Medium Blue. HEX triplet: 26, 15 and DC. RGB value is (38,21,220). Sum of RGB (Red+Green+Blue) = 38+21+220=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #2615DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615DC is #D9EA23. Grayscale: #2F2F2F. Windows color (decimal): -14281252 or 14423334. OLE color: 14423334.
HSL color Cylindrical-coordinate representation of color #2615DC: hue angle of 245.13º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2615DC is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 21 | 220 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.14 |
| HSL | 245.13º | 0.83% | 0.47% | - |
| HSV(B) | 245.13º | 0.9% | 0.86% | - |
| XYZ | 13.99 | 6.12 | 68.15 | - |
| YUV | 48.77 | 224.63 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 220 | 0.83 | 0.90 | 0 | 0.14 | 245.13 | 0.83 | 0.47 |
| Hex | 26 | 15 | DC | 53 | 5A | 0 | E | F5 | 53 | 2F |
| Octal | 46 | 25 | 334 | 123 | 132 | 0 | 16 | 365 | 123 | 57 |
| Binary | 100110 | 10101 | 11011100 | 1010011 | 1011010 | 0 | 1110 | 11110101 | 1010011 | 101111 |
Color Harmonies of #2615DC
Complementary color
Monochromatic Colors of #2615DC
Black with #2615DC
Text Example
Text Example
White with #2615DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2615DC; }
p { color: rgb(38,21,220); }
H1.HeaderClassName
{
color: #2615DC;
}
.AnyTagClassName
{
color: #2615DC;
}
</style>
background-color css
<style>
a { background-color: #2615DC; }
a { background-color: rgb(38,21,220); }
div.DivClassName
{
background-color: #2615DC;
}
.BgClassName
{
background-color: #2615DC;
}
</style>
border-color css
<style>
span { border-color: #2615DC; }
span { border-color: rgb(38,21,220); }
td.TdClassName
{
border-color: #2615DC;
}
.TagClassName
{
border-color: #2615DC;
}
</style>