Shades of Royal Blue #2770EF
Tints of Royal Blue #2770EF
RGB
CMYK
RGB Variations
Color information
#2770EF (or 0x2770EF) is known color: Royal Blue. HEX triplet: 27, 70 and EF. RGB value is (39,112,239). Sum of RGB (Red+Green+Blue) = 39+112+239=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #2770EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2770EF is #D88F10. Grayscale: #686868. Windows color (decimal): -14192401 or 15691815. OLE color: 15691815.
HSL color Cylindrical-coordinate representation of color #2770EF: hue angle of 218.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2770EF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 112 | 239 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.06 |
| HSL | 218.1º | 0.86% | 0.55% | - |
| HSV(B) | 218.1º | 0.84% | 0.94% | - |
| XYZ | 22.21 | 18.25 | 84.01 | - |
| YUV | 104.65 | 203.82 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 239 | 0.84 | 0.53 | 0 | 0.06 | 218.1 | 0.86 | 0.55 |
| Hex | 27 | 70 | EF | 54 | 35 | 0 | 6 | DA | 56 | 37 |
| Octal | 47 | 160 | 357 | 124 | 65 | 0 | 6 | 332 | 126 | 67 |
| Binary | 100111 | 1110000 | 11101111 | 1010100 | 110101 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2770EF
Complementary color
Monochromatic Colors of #2770EF
Black with #2770EF
Text Example
Text Example
White with #2770EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770EF; }
p { color: rgb(39,112,239); }
H1.HeaderClassName
{
color: #2770EF;
}
.AnyTagClassName
{
color: #2770EF;
}
</style>
background-color css
<style>
a { background-color: #2770EF; }
a { background-color: rgb(39,112,239); }
div.DivClassName
{
background-color: #2770EF;
}
.BgClassName
{
background-color: #2770EF;
}
</style>
border-color css
<style>
span { border-color: #2770EF; }
span { border-color: rgb(39,112,239); }
td.TdClassName
{
border-color: #2770EF;
}
.TagClassName
{
border-color: #2770EF;
}
</style>