Shades of Medium Blue #2706DC
Tints of Medium Blue #2706DC
RGB
CMYK
RGB Variations
Color information
#2706DC (or 0x2706DC) is known color: Medium Blue. HEX triplet: 27, 06 and DC. RGB value is (39,6,220). Sum of RGB (Red+Green+Blue) = 39+6+220=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #2706DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2706DC is #D8F923. Grayscale: #272727. Windows color (decimal): -14219556 or 14419495. OLE color: 14419495.
HSL color Cylindrical-coordinate representation of color #2706DC: hue angle of 249.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2706DC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 6 | 220 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.14 |
| HSL | 249.25º | 0.95% | 0.44% | - |
| HSV(B) | 249.25º | 0.97% | 0.86% | - |
| XYZ | 13.82 | 5.73 | 68.09 | - |
| YUV | 40.26 | 229.43 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 220 | 0.82 | 0.97 | 0 | 0.14 | 249.25 | 0.95 | 0.44 |
| Hex | 27 | 6 | DC | 52 | 61 | 0 | E | F9 | 5F | 2C |
| Octal | 47 | 6 | 334 | 122 | 141 | 0 | 16 | 371 | 137 | 54 |
| Binary | 100111 | 110 | 11011100 | 1010010 | 1100001 | 0 | 1110 | 11111001 | 1011111 | 101100 |
Color Harmonies of #2706DC
Complementary color
Monochromatic Colors of #2706DC
Black with #2706DC
Text Example
Text Example
White with #2706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706DC; }
p { color: rgb(39,6,220); }
H1.HeaderClassName
{
color: #2706DC;
}
.AnyTagClassName
{
color: #2706DC;
}
</style>
background-color css
<style>
a { background-color: #2706DC; }
a { background-color: rgb(39,6,220); }
div.DivClassName
{
background-color: #2706DC;
}
.BgClassName
{
background-color: #2706DC;
}
</style>
border-color css
<style>
span { border-color: #2706DC; }
span { border-color: rgb(39,6,220); }
td.TdClassName
{
border-color: #2706DC;
}
.TagClassName
{
border-color: #2706DC;
}
</style>