Shades of Blue #2710EE
Tints of Blue #2710EE
RGB
CMYK
RGB Variations
Color information
#2710EE (or 0x2710EE) is known color: Blue. HEX triplet: 27, 10 and EE. RGB value is (39,16,238). Sum of RGB (Red+Green+Blue) = 39+16+238=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #2710EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2710EE is #D8EF11. Grayscale: #2F2F2F. Windows color (decimal): -14216978 or 15601703. OLE color: 15601703.
HSL color Cylindrical-coordinate representation of color #2710EE: hue angle of 246.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2710EE is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 16 | 238 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.07 |
| HSL | 246.22º | 0.87% | 0.5% | - |
| HSV(B) | 246.22º | 0.93% | 0.93% | - |
| XYZ | 16.45 | 6.97 | 81.37 | - |
| YUV | 48.19 | 235.12 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 238 | 0.84 | 0.93 | 0 | 0.07 | 246.22 | 0.87 | 0.5 |
| Hex | 27 | 10 | EE | 54 | 5D | 0 | 7 | F6 | 57 | 32 |
| Octal | 47 | 20 | 356 | 124 | 135 | 0 | 7 | 366 | 127 | 62 |
| Binary | 100111 | 10000 | 11101110 | 1010100 | 1011101 | 0 | 111 | 11110110 | 1010111 | 110010 |
Color Harmonies of #2710EE
Complementary color
Monochromatic Colors of #2710EE
Black with #2710EE
Text Example
Text Example
White with #2710EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2710EE; }
p { color: rgb(39,16,238); }
H1.HeaderClassName
{
color: #2710EE;
}
.AnyTagClassName
{
color: #2710EE;
}
</style>
background-color css
<style>
a { background-color: #2710EE; }
a { background-color: rgb(39,16,238); }
div.DivClassName
{
background-color: #2710EE;
}
.BgClassName
{
background-color: #2710EE;
}
</style>
border-color css
<style>
span { border-color: #2710EE; }
span { border-color: rgb(39,16,238); }
td.TdClassName
{
border-color: #2710EE;
}
.TagClassName
{
border-color: #2710EE;
}
</style>