Shades of Medium Blue #2705D2
Tints of Medium Blue #2705D2
RGB
CMYK
RGB Variations
Color information
#2705D2 (or 0x2705D2) is known color: Medium Blue. HEX triplet: 27, 05 and D2. RGB value is (39,5,210). Sum of RGB (Red+Green+Blue) = 39+5+210=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 210 (82.42% from 255 or 82.68% from 254); Max value from RGB is 210 - color contains mainly: blue. Hex color #2705D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2705D2 is #D8FA2D. Grayscale: #252525. Windows color (decimal): -14219822 or 13763879. OLE color: 13763879.
HSL color Cylindrical-coordinate representation of color #2705D2: hue angle of 249.95º 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 #2705D2 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 5 | 210 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.18 |
| HSL | 249.95º | 0.95% | 0.42% | - |
| HSV(B) | 249.95º | 0.98% | 0.82% | - |
| XYZ | 12.52 | 5.19 | 61.32 | - |
| YUV | 38.54 | 224.76 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 210 | 0.81 | 0.98 | 0 | 0.18 | 249.95 | 0.95 | 0.42 |
| Hex | 27 | 5 | D2 | 51 | 62 | 0 | 12 | FA | 5F | 2A |
| Octal | 47 | 5 | 322 | 121 | 142 | 0 | 22 | 372 | 137 | 52 |
| Binary | 100111 | 101 | 11010010 | 1010001 | 1100010 | 0 | 10010 | 11111010 | 1011111 | 101010 |
Color Harmonies of #2705D2
Complementary color
Monochromatic Colors of #2705D2
Black with #2705D2
Text Example
Text Example
White with #2705D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705D2; }
p { color: rgb(39,5,210); }
H1.HeaderClassName
{
color: #2705D2;
}
.AnyTagClassName
{
color: #2705D2;
}
</style>
background-color css
<style>
a { background-color: #2705D2; }
a { background-color: rgb(39,5,210); }
div.DivClassName
{
background-color: #2705D2;
}
.BgClassName
{
background-color: #2705D2;
}
</style>
border-color css
<style>
span { border-color: #2705D2; }
span { border-color: rgb(39,5,210); }
td.TdClassName
{
border-color: #2705D2;
}
.TagClassName
{
border-color: #2705D2;
}
</style>