Shades of Medium Blue #2705CB
Tints of Medium Blue #2705CB
RGB
CMYK
RGB Variations
Color information
#2705CB (or 0x2705CB) is known color: Medium Blue. HEX triplet: 27, 05 and CB. RGB value is (39,5,203). Sum of RGB (Red+Green+Blue) = 39+5+203=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #2705CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705CB is #D8FA34. Grayscale: #242424. Windows color (decimal): -14219829 or 13305127. OLE color: 13305127.
HSL color Cylindrical-coordinate representation of color #2705CB: hue angle of 250.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705CB is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 5 | 203 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.20 |
| HSL | 250.3º | 0.95% | 0.41% | - |
| HSV(B) | 250.3º | 0.98% | 0.8% | - |
| XYZ | 11.67 | 4.85 | 56.82 | - |
| YUV | 37.74 | 221.26 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 203 | 0.81 | 0.98 | 0 | 0.20 | 250.3 | 0.95 | 0.41 |
| Hex | 27 | 5 | CB | 51 | 62 | 0 | 14 | FA | 5F | 29 |
| Octal | 47 | 5 | 313 | 121 | 142 | 0 | 24 | 372 | 137 | 51 |
| Binary | 100111 | 101 | 11001011 | 1010001 | 1100010 | 0 | 10100 | 11111010 | 1011111 | 101001 |
Color Harmonies of #2705CB
Complementary color
Monochromatic Colors of #2705CB
Black with #2705CB
Text Example
Text Example
White with #2705CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705CB; }
p { color: rgb(39,5,203); }
H1.HeaderClassName
{
color: #2705CB;
}
.AnyTagClassName
{
color: #2705CB;
}
</style>
background-color css
<style>
a { background-color: #2705CB; }
a { background-color: rgb(39,5,203); }
div.DivClassName
{
background-color: #2705CB;
}
.BgClassName
{
background-color: #2705CB;
}
</style>
border-color css
<style>
span { border-color: #2705CB; }
span { border-color: rgb(39,5,203); }
td.TdClassName
{
border-color: #2705CB;
}
.TagClassName
{
border-color: #2705CB;
}
</style>