Shades of Medium Blue #2705DD
Tints of Medium Blue #2705DD
RGB
CMYK
RGB Variations
Color information
#2705DD (or 0x2705DD) is known color: Medium Blue. HEX triplet: 27, 05 and DD. RGB value is (39,5,221). Sum of RGB (Red+Green+Blue) = 39+5+221=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #2705DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705DD is #D8FA22. Grayscale: #262626. Windows color (decimal): -14219811 or 14484775. OLE color: 14484775.
HSL color Cylindrical-coordinate representation of color #2705DD: hue angle of 249.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705DD is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 5 | 221 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.13 |
| HSL | 249.44º | 0.96% | 0.44% | - |
| HSV(B) | 249.44º | 0.98% | 0.87% | - |
| XYZ | 13.94 | 5.76 | 68.78 | - |
| YUV | 39.79 | 230.26 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 221 | 0.82 | 0.98 | 0 | 0.13 | 249.44 | 0.96 | 0.44 |
| Hex | 27 | 5 | DD | 52 | 62 | 0 | D | F9 | 60 | 2C |
| Octal | 47 | 5 | 335 | 122 | 142 | 0 | 15 | 371 | 140 | 54 |
| Binary | 100111 | 101 | 11011101 | 1010010 | 1100010 | 0 | 1101 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2705DD
Complementary color
Monochromatic Colors of #2705DD
Black with #2705DD
Text Example
Text Example
White with #2705DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705DD; }
p { color: rgb(39,5,221); }
H1.HeaderClassName
{
color: #2705DD;
}
.AnyTagClassName
{
color: #2705DD;
}
</style>
background-color css
<style>
a { background-color: #2705DD; }
a { background-color: rgb(39,5,221); }
div.DivClassName
{
background-color: #2705DD;
}
.BgClassName
{
background-color: #2705DD;
}
</style>
border-color css
<style>
span { border-color: #2705DD; }
span { border-color: rgb(39,5,221); }
td.TdClassName
{
border-color: #2705DD;
}
.TagClassName
{
border-color: #2705DD;
}
</style>