Shades of Medium Blue #2705DC
Tints of Medium Blue #2705DC
RGB
CMYK
RGB Variations
Color information
#2705DC (or 0x2705DC) is known color: Medium Blue. HEX triplet: 27, 05 and DC. RGB value is (39,5,220). Sum of RGB (Red+Green+Blue) = 39+5+220=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #2705DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705DC is #D8FA23. Grayscale: #262626. Windows color (decimal): -14219812 or 14419239. OLE color: 14419239.
HSL color Cylindrical-coordinate representation of color #2705DC: hue angle of 249.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705DC is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 5 | 220 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.14 |
| HSL | 249.49º | 0.96% | 0.44% | - |
| HSV(B) | 249.49º | 0.98% | 0.86% | - |
| XYZ | 13.81 | 5.71 | 68.08 | - |
| YUV | 39.68 | 229.76 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 220 | 0.82 | 0.98 | 0 | 0.14 | 249.49 | 0.96 | 0.44 |
| Hex | 27 | 5 | DC | 52 | 62 | 0 | E | F9 | 60 | 2C |
| Octal | 47 | 5 | 334 | 122 | 142 | 0 | 16 | 371 | 140 | 54 |
| Binary | 100111 | 101 | 11011100 | 1010010 | 1100010 | 0 | 1110 | 11111001 | 1100000 | 101100 |
Color Harmonies of #2705DC
Complementary color
Monochromatic Colors of #2705DC
Black with #2705DC
Text Example
Text Example
White with #2705DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705DC; }
p { color: rgb(39,5,220); }
H1.HeaderClassName
{
color: #2705DC;
}
.AnyTagClassName
{
color: #2705DC;
}
</style>
background-color css
<style>
a { background-color: #2705DC; }
a { background-color: rgb(39,5,220); }
div.DivClassName
{
background-color: #2705DC;
}
.BgClassName
{
background-color: #2705DC;
}
</style>
border-color css
<style>
span { border-color: #2705DC; }
span { border-color: rgb(39,5,220); }
td.TdClassName
{
border-color: #2705DC;
}
.TagClassName
{
border-color: #2705DC;
}
</style>