Shades of Blue #2706F0
Tints of Blue #2706F0
RGB
CMYK
RGB Variations
Color information
#2706F0 (or 0x2706F0) is known color: Blue. HEX triplet: 27, 06 and F0. RGB value is (39,6,240). Sum of RGB (Red+Green+Blue) = 39+6+240=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #2706F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2706F0 is #D8F90F. Grayscale: #292929. Windows color (decimal): -14219536 or 15730215. OLE color: 15730215.
HSL color Cylindrical-coordinate representation of color #2706F0: hue angle of 248.46º degrees, saturation: 0.95, 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 #2706F0 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 6 | 240 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.06 |
| HSL | 248.46º | 0.95% | 0.48% | - |
| HSV(B) | 248.46º | 0.98% | 0.94% | - |
| XYZ | 16.63 | 6.85 | 82.88 | - |
| YUV | 42.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 240 | 0.84 | 0.98 | 0 | 0.06 | 248.46 | 0.95 | 0.48 |
| Hex | 27 | 6 | F0 | 54 | 62 | 0 | 6 | F8 | 5F | 30 |
| Octal | 47 | 6 | 360 | 124 | 142 | 0 | 6 | 370 | 137 | 60 |
| Binary | 100111 | 110 | 11110000 | 1010100 | 1100010 | 0 | 110 | 11111000 | 1011111 | 110000 |
Color Harmonies of #2706F0
Complementary color
Monochromatic Colors of #2706F0
Black with #2706F0
Text Example
Text Example
White with #2706F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706F0; }
p { color: rgb(39,6,240); }
H1.HeaderClassName
{
color: #2706F0;
}
.AnyTagClassName
{
color: #2706F0;
}
</style>
background-color css
<style>
a { background-color: #2706F0; }
a { background-color: rgb(39,6,240); }
div.DivClassName
{
background-color: #2706F0;
}
.BgClassName
{
background-color: #2706F0;
}
</style>
border-color css
<style>
span { border-color: #2706F0; }
span { border-color: rgb(39,6,240); }
td.TdClassName
{
border-color: #2706F0;
}
.TagClassName
{
border-color: #2706F0;
}
</style>