#2777EA

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

Shades of Royal Blue #2777EA

Tints of Royal Blue #2777EA

Color information

#2777EA (or 0x2777EA) is unknown color: approx Royal Blue. HEX triplet: 27, 77 and EA. RGB value is (39,119,234). Sum of RGB (Red+Green+Blue) = 39+119+234=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #2777EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2777EA is #D88815. Grayscale: #6B6B6B. Windows color (decimal): -14190614 or 15365927. OLE color: 15365927.

HSL color Cylindrical-coordinate representation of color #2777EA: hue angle of 215.38º degrees, saturation: 0.82, 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 #2777EA is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB39119234-
CMYK0.830.4900.08
HSL215.38º82.28%53.53%-
HSV(B)215.38º83.33%91.76%-
XYZ22.2819.5780.44-
YUV108.1919978.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.95%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 234 (91.80% from 255) = 59.69%
R=9.95%
G=30.36%
B=59.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal391192340.830.4900.08215.3882.2853.53
Hex2777EA533108d75236
Octal471673521236101032712266
Binary100111111011111101010101001111000101000110101111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2777EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2777EA; }

 p { color: rgb(39,119,234); }

 H1.HeaderClassName
 {
   color: #2777EA;
 }
 .AnyTagClassName
 {
   color: #2777EA;
 }
</style>
background-color css

<style>
 a { background-color: #2777EA; }

 a { background-color: rgb(39,119,234); }

 div.DivClassName
 {
   background-color: #2777EA;
 }
 .BgClassName
 {
   background-color: #2777EA;
 }
</style>
border-color css

<style>
 span { border-color: #2777EA; }

 span { border-color: rgb(39,119,234); }

 td.TdClassName
 {
   border-color: #2777EA;
 }
 .TagClassName
 {
   border-color: #2777EA;
 }
</style>