Shades of Blue #2705EF
Tints of Blue #2705EF
RGB
CMYK
RGB Variations
Color information
#2705EF (or 0x2705EF) is known color: Blue. HEX triplet: 27, 05 and EF. RGB value is (39,5,239). Sum of RGB (Red+Green+Blue) = 39+5+239=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #2705EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2705EF is #D8FA10. Grayscale: #282828. Windows color (decimal): -14219793 or 15664423. OLE color: 15664423.
HSL color Cylindrical-coordinate representation of color #2705EF: hue angle of 248.72º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2705EF is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 5 | 239 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.06 |
| HSL | 248.72º | 0.96% | 0.48% | - |
| HSV(B) | 248.72º | 0.98% | 0.94% | - |
| XYZ | 16.47 | 6.77 | 82.1 | - |
| YUV | 41.84 | 239.26 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 239 | 0.84 | 0.98 | 0 | 0.06 | 248.72 | 0.96 | 0.48 |
| Hex | 27 | 5 | EF | 54 | 62 | 0 | 6 | F9 | 60 | 30 |
| Octal | 47 | 5 | 357 | 124 | 142 | 0 | 6 | 371 | 140 | 60 |
| Binary | 100111 | 101 | 11101111 | 1010100 | 1100010 | 0 | 110 | 11111001 | 1100000 | 110000 |
Color Harmonies of #2705EF
Complementary color
Monochromatic Colors of #2705EF
Black with #2705EF
Text Example
Text Example
White with #2705EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2705EF; }
p { color: rgb(39,5,239); }
H1.HeaderClassName
{
color: #2705EF;
}
.AnyTagClassName
{
color: #2705EF;
}
</style>
background-color css
<style>
a { background-color: #2705EF; }
a { background-color: rgb(39,5,239); }
div.DivClassName
{
background-color: #2705EF;
}
.BgClassName
{
background-color: #2705EF;
}
</style>
border-color css
<style>
span { border-color: #2705EF; }
span { border-color: rgb(39,5,239); }
td.TdClassName
{
border-color: #2705EF;
}
.TagClassName
{
border-color: #2705EF;
}
</style>