Shades of Royal Blue #2770EB
Tints of Royal Blue #2770EB
RGB
CMYK
RGB Variations
Color information
#2770EB (or 0x2770EB) is known color: Royal Blue. HEX triplet: 27, 70 and EB. RGB value is (39,112,235). Sum of RGB (Red+Green+Blue) = 39+112+235=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #2770EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2770EB is #D88F14. Grayscale: #676767. Windows color (decimal): -14192405 or 15429671. OLE color: 15429671.
HSL color Cylindrical-coordinate representation of color #2770EB: hue angle of 217.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2770EB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 112 | 235 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.08 |
| HSL | 217.65º | 0.83% | 0.54% | - |
| HSV(B) | 217.65º | 0.83% | 0.92% | - |
| XYZ | 21.63 | 18.02 | 80.94 | - |
| YUV | 104.2 | 201.82 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 235 | 0.83 | 0.52 | 0 | 0.08 | 217.65 | 0.83 | 0.54 |
| Hex | 27 | 70 | EB | 53 | 34 | 0 | 8 | DA | 53 | 36 |
| Octal | 47 | 160 | 353 | 123 | 64 | 0 | 10 | 332 | 123 | 66 |
| Binary | 100111 | 1110000 | 11101011 | 1010011 | 110100 | 0 | 1000 | 11011010 | 1010011 | 110110 |
Color Harmonies of #2770EB
Complementary color
Monochromatic Colors of #2770EB
Black with #2770EB
Text Example
Text Example
White with #2770EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770EB; }
p { color: rgb(39,112,235); }
H1.HeaderClassName
{
color: #2770EB;
}
.AnyTagClassName
{
color: #2770EB;
}
</style>
background-color css
<style>
a { background-color: #2770EB; }
a { background-color: rgb(39,112,235); }
div.DivClassName
{
background-color: #2770EB;
}
.BgClassName
{
background-color: #2770EB;
}
</style>
border-color css
<style>
span { border-color: #2770EB; }
span { border-color: rgb(39,112,235); }
td.TdClassName
{
border-color: #2770EB;
}
.TagClassName
{
border-color: #2770EB;
}
</style>