Shades of Medium Blue #2705DB
Tints of Medium Blue #2705DB
RGB
CMYK
RGB Variations
Color information
#2705DB (or 0x2705DB) is known color: Medium Blue. HEX triplet: 27, 05 and DB. RGB value is (39,5,219). Sum of RGB (Red+Green+Blue) = 39+5+219=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #2705DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705DB is #D8FA24. Grayscale: #262626. Windows color (decimal): -14219813 or 14353703. OLE color: 14353703.
HSL color Cylindrical-coordinate representation of color #2705DB: hue angle of 249.53º 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 #2705DB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 5 | 219 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.14 |
| HSL | 249.53º | 0.96% | 0.44% | - |
| HSV(B) | 249.53º | 0.98% | 0.86% | - |
| XYZ | 13.68 | 5.65 | 67.39 | - |
| YUV | 39.56 | 229.26 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 219 | 0.82 | 0.98 | 0 | 0.14 | 249.53 | 0.96 | 0.44 |
| Hex | 27 | 5 | DB | 52 | 62 | 0 | E | FA | 60 | 2C |
| Octal | 47 | 5 | 333 | 122 | 142 | 0 | 16 | 372 | 140 | 54 |
| Binary | 100111 | 101 | 11011011 | 1010010 | 1100010 | 0 | 1110 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2705DB
Complementary color
Monochromatic Colors of #2705DB
Black with #2705DB
Text Example
Text Example
White with #2705DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705DB; }
p { color: rgb(39,5,219); }
H1.HeaderClassName
{
color: #2705DB;
}
.AnyTagClassName
{
color: #2705DB;
}
</style>
background-color css
<style>
a { background-color: #2705DB; }
a { background-color: rgb(39,5,219); }
div.DivClassName
{
background-color: #2705DB;
}
.BgClassName
{
background-color: #2705DB;
}
</style>
border-color css
<style>
span { border-color: #2705DB; }
span { border-color: rgb(39,5,219); }
td.TdClassName
{
border-color: #2705DB;
}
.TagClassName
{
border-color: #2705DB;
}
</style>