Shades of Blue #2705EE
Tints of Blue #2705EE
RGB
CMYK
RGB Variations
Color information
#2705EE (or 0x2705EE) is known color: Blue. HEX triplet: 27, 05 and EE. RGB value is (39,5,238). Sum of RGB (Red+Green+Blue) = 39+5+238=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #2705EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2705EE is #D8FA11. Grayscale: #282828. Windows color (decimal): -14219794 or 15598887. OLE color: 15598887.
HSL color Cylindrical-coordinate representation of color #2705EE: hue angle of 248.76º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705EE is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 5 | 238 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.07 |
| HSL | 248.76º | 0.96% | 0.48% | - |
| HSV(B) | 248.76º | 0.98% | 0.93% | - |
| XYZ | 16.32 | 6.71 | 81.32 | - |
| YUV | 41.73 | 238.76 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 238 | 0.84 | 0.98 | 0 | 0.07 | 248.76 | 0.96 | 0.48 |
| Hex | 27 | 5 | EE | 54 | 62 | 0 | 7 | F9 | 60 | 30 |
| Octal | 47 | 5 | 356 | 124 | 142 | 0 | 7 | 371 | 140 | 60 |
| Binary | 100111 | 101 | 11101110 | 1010100 | 1100010 | 0 | 111 | 11111001 | 1100000 | 110000 |
Color Harmonies of #2705EE
Complementary color
Monochromatic Colors of #2705EE
Black with #2705EE
Text Example
Text Example
White with #2705EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705EE; }
p { color: rgb(39,5,238); }
H1.HeaderClassName
{
color: #2705EE;
}
.AnyTagClassName
{
color: #2705EE;
}
</style>
background-color css
<style>
a { background-color: #2705EE; }
a { background-color: rgb(39,5,238); }
div.DivClassName
{
background-color: #2705EE;
}
.BgClassName
{
background-color: #2705EE;
}
</style>
border-color css
<style>
span { border-color: #2705EE; }
span { border-color: rgb(39,5,238); }
td.TdClassName
{
border-color: #2705EE;
}
.TagClassName
{
border-color: #2705EE;
}
</style>