Shades of Medium Blue #2708CB
Tints of Medium Blue #2708CB
RGB
CMYK
RGB Variations
Color information
#2708CB (or 0x2708CB) is known color: Medium Blue. HEX triplet: 27, 08 and CB. RGB value is (39,8,203). Sum of RGB (Red+Green+Blue) = 39+8+203=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #2708CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2708CB is #D8F734. Grayscale: #262626. Windows color (decimal): -14219061 or 13305895. OLE color: 13305895.
HSL color Cylindrical-coordinate representation of color #2708CB: hue angle of 249.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2708CB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 8 | 203 | - |
| CMYK | 0.81 | 0.96 | 0 | 0.20 |
| HSL | 249.54º | 0.92% | 0.41% | - |
| HSV(B) | 249.54º | 0.96% | 0.8% | - |
| XYZ | 11.7 | 4.92 | 56.83 | - |
| YUV | 39.5 | 220.27 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 8 | 203 | 0.81 | 0.96 | 0 | 0.20 | 249.54 | 0.92 | 0.41 |
| Hex | 27 | 8 | CB | 51 | 60 | 0 | 14 | FA | 5C | 29 |
| Octal | 47 | 10 | 313 | 121 | 140 | 0 | 24 | 372 | 134 | 51 |
| Binary | 100111 | 1000 | 11001011 | 1010001 | 1100000 | 0 | 10100 | 11111010 | 1011100 | 101001 |
Color Harmonies of #2708CB
Complementary color
Monochromatic Colors of #2708CB
Black with #2708CB
Text Example
Text Example
White with #2708CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2708CB; }
p { color: rgb(39,8,203); }
H1.HeaderClassName
{
color: #2708CB;
}
.AnyTagClassName
{
color: #2708CB;
}
</style>
background-color css
<style>
a { background-color: #2708CB; }
a { background-color: rgb(39,8,203); }
div.DivClassName
{
background-color: #2708CB;
}
.BgClassName
{
background-color: #2708CB;
}
</style>
border-color css
<style>
span { border-color: #2708CB; }
span { border-color: rgb(39,8,203); }
td.TdClassName
{
border-color: #2708CB;
}
.TagClassName
{
border-color: #2708CB;
}
</style>