Shades of Medium Blue #2707DC
Tints of Medium Blue #2707DC
RGB
CMYK
RGB Variations
Color information
#2707DC (or 0x2707DC) is known color: Medium Blue. HEX triplet: 27, 07 and DC. RGB value is (39,7,220). Sum of RGB (Red+Green+Blue) = 39+7+220=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #2707DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2707DC is #D8F823. Grayscale: #282828. Windows color (decimal): -14219300 or 14419751. OLE color: 14419751.
HSL color Cylindrical-coordinate representation of color #2707DC: hue angle of 249.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2707DC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 7 | 220 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.14 |
| HSL | 249.01º | 0.94% | 0.45% | - |
| HSV(B) | 249.01º | 0.97% | 0.86% | - |
| XYZ | 13.83 | 5.75 | 68.09 | - |
| YUV | 40.85 | 229.1 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 220 | 0.82 | 0.97 | 0 | 0.14 | 249.01 | 0.94 | 0.45 |
| Hex | 27 | 7 | DC | 52 | 61 | 0 | E | F9 | 5E | 2D |
| Octal | 47 | 7 | 334 | 122 | 141 | 0 | 16 | 371 | 136 | 55 |
| Binary | 100111 | 111 | 11011100 | 1010010 | 1100001 | 0 | 1110 | 11111001 | 1011110 | 101101 |
Color Harmonies of #2707DC
Complementary color
Monochromatic Colors of #2707DC
Black with #2707DC
Text Example
Text Example
White with #2707DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2707DC; }
p { color: rgb(39,7,220); }
H1.HeaderClassName
{
color: #2707DC;
}
.AnyTagClassName
{
color: #2707DC;
}
</style>
background-color css
<style>
a { background-color: #2707DC; }
a { background-color: rgb(39,7,220); }
div.DivClassName
{
background-color: #2707DC;
}
.BgClassName
{
background-color: #2707DC;
}
</style>
border-color css
<style>
span { border-color: #2707DC; }
span { border-color: rgb(39,7,220); }
td.TdClassName
{
border-color: #2707DC;
}
.TagClassName
{
border-color: #2707DC;
}
</style>