Shades of Medium Blue #2708DC
Tints of Medium Blue #2708DC
RGB
CMYK
RGB Variations
Color information
#2708DC (or 0x2708DC) is known color: Medium Blue. HEX triplet: 27, 08 and DC. RGB value is (39,8,220). Sum of RGB (Red+Green+Blue) = 39+8+220=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #2708DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2708DC is #D8F723. Grayscale: #282828. Windows color (decimal): -14219044 or 14420007. OLE color: 14420007.
HSL color Cylindrical-coordinate representation of color #2708DC: hue angle of 248.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2708DC is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 8 | 220 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.14 |
| HSL | 248.77º | 0.93% | 0.45% | - |
| HSV(B) | 248.77º | 0.96% | 0.86% | - |
| XYZ | 13.84 | 5.77 | 68.09 | - |
| YUV | 41.44 | 228.77 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 220 | 0.82 | 0.96 | 0 | 0.14 | 248.77 | 0.93 | 0.45 |
| Hex | 27 | 8 | DC | 52 | 60 | 0 | E | F9 | 5D | 2D |
| Octal | 47 | 10 | 334 | 122 | 140 | 0 | 16 | 371 | 135 | 55 |
| Binary | 100111 | 1000 | 11011100 | 1010010 | 1100000 | 0 | 1110 | 11111001 | 1011101 | 101101 |
Color Harmonies of #2708DC
Complementary color
Monochromatic Colors of #2708DC
Black with #2708DC
Text Example
Text Example
White with #2708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2708DC; }
p { color: rgb(39,8,220); }
H1.HeaderClassName
{
color: #2708DC;
}
.AnyTagClassName
{
color: #2708DC;
}
</style>
background-color css
<style>
a { background-color: #2708DC; }
a { background-color: rgb(39,8,220); }
div.DivClassName
{
background-color: #2708DC;
}
.BgClassName
{
background-color: #2708DC;
}
</style>
border-color css
<style>
span { border-color: #2708DC; }
span { border-color: rgb(39,8,220); }
td.TdClassName
{
border-color: #2708DC;
}
.TagClassName
{
border-color: #2708DC;
}
</style>