Shades of Medium Blue #2708D0
Tints of Medium Blue #2708D0
RGB
CMYK
RGB Variations
Color information
#2708D0 (or 0x2708D0) is known color: Medium Blue. HEX triplet: 27, 08 and D0. RGB value is (39,8,208). Sum of RGB (Red+Green+Blue) = 39+8+208=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 208 (81.64% from 255 or 81.57% from 255); Max value from RGB is 208 - color contains mainly: blue. Hex color #2708D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2708D0 is #D8F72F. Grayscale: #272727. Windows color (decimal): -14219056 or 13633575. OLE color: 13633575.
HSL color Cylindrical-coordinate representation of color #2708D0: hue angle of 249.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2708D0 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 8 | 208 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.18 |
| HSL | 249.3º | 0.93% | 0.42% | - |
| HSV(B) | 249.3º | 0.96% | 0.82% | - |
| XYZ | 12.31 | 5.16 | 60.02 | - |
| YUV | 40.07 | 222.77 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 208 | 0.81 | 0.96 | 0 | 0.18 | 249.3 | 0.93 | 0.42 |
| Hex | 27 | 8 | D0 | 51 | 60 | 0 | 12 | F9 | 5D | 2A |
| Octal | 47 | 10 | 320 | 121 | 140 | 0 | 22 | 371 | 135 | 52 |
| Binary | 100111 | 1000 | 11010000 | 1010001 | 1100000 | 0 | 10010 | 11111001 | 1011101 | 101010 |
Color Harmonies of #2708D0
Complementary color
Monochromatic Colors of #2708D0
Black with #2708D0
Text Example
Text Example
White with #2708D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2708D0; }
p { color: rgb(39,8,208); }
H1.HeaderClassName
{
color: #2708D0;
}
.AnyTagClassName
{
color: #2708D0;
}
</style>
background-color css
<style>
a { background-color: #2708D0; }
a { background-color: rgb(39,8,208); }
div.DivClassName
{
background-color: #2708D0;
}
.BgClassName
{
background-color: #2708D0;
}
</style>
border-color css
<style>
span { border-color: #2708D0; }
span { border-color: rgb(39,8,208); }
td.TdClassName
{
border-color: #2708D0;
}
.TagClassName
{
border-color: #2708D0;
}
</style>