#2770EB

Color #2770EB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2770EB

Tints of Royal Blue #2770EB

Color information

#2770EB (or 0x2770EB) is unknown color: approx 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

RGB39112235-
CMYK0.830.5200.08
HSL217.65º83.05%53.73%-
HSV(B)217.65º83.4%92.16%-
XYZ21.6318.0280.94-
YUV104.2201.8281.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 10.10%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 235 (92.19% from 255) = 60.88%
R=10.10%
G=29.02%
B=60.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal391122350.830.5200.08217.6583.0553.73
Hex2770EB533408da5336
Octal471603531236401033212366
Binary100111111000011101011101001111010001000110110101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>