Shades of Royal Blue #2770F3
Tints of Royal Blue #2770F3
RGB
CMYK
RGB Variations
Color information
#2770F3 (or 0x2770F3) is known color: Royal Blue. HEX triplet: 27, 70 and F3. RGB value is (39,112,243). Sum of RGB (Red+Green+Blue) = 39+112+243=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 243 (95.31% from 255 or 61.68% from 394); Max value from RGB is 243 - color contains mainly: blue. Hex color #2770F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2770F3 is #D88F0C. Grayscale: #686868. Windows color (decimal): -14192397 or 15953959. OLE color: 15953959.
HSL color Cylindrical-coordinate representation of color #2770F3: hue angle of 218.53º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2770F3 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 112 | 243 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.05 |
| HSL | 218.53º | 0.89% | 0.55% | - |
| HSV(B) | 218.53º | 0.84% | 0.95% | - |
| XYZ | 22.81 | 18.49 | 87.16 | - |
| YUV | 105.11 | 205.82 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 243 | 0.84 | 0.54 | 0 | 0.05 | 218.53 | 0.89 | 0.55 |
| Hex | 27 | 70 | F3 | 54 | 36 | 0 | 5 | DB | 59 | 37 |
| Octal | 47 | 160 | 363 | 124 | 66 | 0 | 5 | 333 | 131 | 67 |
| Binary | 100111 | 1110000 | 11110011 | 1010100 | 110110 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #2770F3
Complementary color
Monochromatic Colors of #2770F3
Black with #2770F3
Text Example
Text Example
White with #2770F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770F3; }
p { color: rgb(39,112,243); }
H1.HeaderClassName
{
color: #2770F3;
}
.AnyTagClassName
{
color: #2770F3;
}
</style>
background-color css
<style>
a { background-color: #2770F3; }
a { background-color: rgb(39,112,243); }
div.DivClassName
{
background-color: #2770F3;
}
.BgClassName
{
background-color: #2770F3;
}
</style>
border-color css
<style>
span { border-color: #2770F3; }
span { border-color: rgb(39,112,243); }
td.TdClassName
{
border-color: #2770F3;
}
.TagClassName
{
border-color: #2770F3;
}
</style>