Shades of Medium Blue #2705D0
Tints of Medium Blue #2705D0
RGB
CMYK
RGB Variations
Color information
#2705D0 (or 0x2705D0) is known color: Medium Blue. HEX triplet: 27, 05 and D0. RGB value is (39,5,208). Sum of RGB (Red+Green+Blue) = 39+5+208=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 208 (81.64% from 255 or 82.54% from 252); Max value from RGB is 208 - color contains mainly: blue. Hex color #2705D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705D0 is #D8FA2F. Grayscale: #252525. Windows color (decimal): -14219824 or 13632807. OLE color: 13632807.
HSL color Cylindrical-coordinate representation of color #2705D0: hue angle of 250.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705D0 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 5 | 208 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.18 |
| HSL | 250.05º | 0.95% | 0.42% | - |
| HSV(B) | 250.05º | 0.98% | 0.82% | - |
| XYZ | 12.28 | 5.09 | 60.01 | - |
| YUV | 38.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 208 | 0.81 | 0.98 | 0 | 0.18 | 250.05 | 0.95 | 0.42 |
| Hex | 27 | 5 | D0 | 51 | 62 | 0 | 12 | FA | 5F | 2A |
| Octal | 47 | 5 | 320 | 121 | 142 | 0 | 22 | 372 | 137 | 52 |
| Binary | 100111 | 101 | 11010000 | 1010001 | 1100010 | 0 | 10010 | 11111010 | 1011111 | 101010 |
Color Harmonies of #2705D0
Complementary color
Monochromatic Colors of #2705D0
Black with #2705D0
Text Example
Text Example
White with #2705D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705D0; }
p { color: rgb(39,5,208); }
H1.HeaderClassName
{
color: #2705D0;
}
.AnyTagClassName
{
color: #2705D0;
}
</style>
background-color css
<style>
a { background-color: #2705D0; }
a { background-color: rgb(39,5,208); }
div.DivClassName
{
background-color: #2705D0;
}
.BgClassName
{
background-color: #2705D0;
}
</style>
border-color css
<style>
span { border-color: #2705D0; }
span { border-color: rgb(39,5,208); }
td.TdClassName
{
border-color: #2705D0;
}
.TagClassName
{
border-color: #2705D0;
}
</style>