Shades of Blue #2706F2
Tints of Blue #2706F2
RGB
CMYK
RGB Variations
Color information
#2706F2 (or 0x2706F2) is known color: Blue. HEX triplet: 27, 06 and F2. RGB value is (39,6,242). Sum of RGB (Red+Green+Blue) = 39+6+242=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 242 (94.92% from 255 or 84.32% from 287); Max value from RGB is 242 - color contains mainly: blue. Hex color #2706F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2706F2 is #D8F90D. Grayscale: #292929. Windows color (decimal): -14219534 or 15861287. OLE color: 15861287.
HSL color Cylindrical-coordinate representation of color #2706F2: hue angle of 248.39º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2706F2 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 6 | 242 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.05 |
| HSL | 248.39º | 0.95% | 0.49% | - |
| HSV(B) | 248.39º | 0.98% | 0.95% | - |
| XYZ | 16.93 | 6.97 | 84.46 | - |
| YUV | 42.77 | 240.43 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 242 | 0.84 | 0.98 | 0 | 0.05 | 248.39 | 0.95 | 0.49 |
| Hex | 27 | 6 | F2 | 54 | 62 | 0 | 5 | F8 | 5F | 31 |
| Octal | 47 | 6 | 362 | 124 | 142 | 0 | 5 | 370 | 137 | 61 |
| Binary | 100111 | 110 | 11110010 | 1010100 | 1100010 | 0 | 101 | 11111000 | 1011111 | 110001 |
Color Harmonies of #2706F2
Complementary color
Monochromatic Colors of #2706F2
Black with #2706F2
Text Example
Text Example
White with #2706F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2706F2; }
p { color: rgb(39,6,242); }
H1.HeaderClassName
{
color: #2706F2;
}
.AnyTagClassName
{
color: #2706F2;
}
</style>
background-color css
<style>
a { background-color: #2706F2; }
a { background-color: rgb(39,6,242); }
div.DivClassName
{
background-color: #2706F2;
}
.BgClassName
{
background-color: #2706F2;
}
</style>
border-color css
<style>
span { border-color: #2706F2; }
span { border-color: rgb(39,6,242); }
td.TdClassName
{
border-color: #2706F2;
}
.TagClassName
{
border-color: #2706F2;
}
</style>