#2A77EC

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

Shades of Royal Blue #2A77EC

Tints of Royal Blue #2A77EC

Color information

#2A77EC (or 0x2A77EC) is unknown color: approx Royal Blue. HEX triplet: 2A, 77 and EC. RGB value is (42,119,236). Sum of RGB (Red+Green+Blue) = 42+119+236=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A77EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A77EC is #D58813. Grayscale: #6C6C6C. Windows color (decimal): -13994004 or 15497002. OLE color: 15497002.

HSL color Cylindrical-coordinate representation of color #2A77EC: hue angle of 216.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A77EC is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB42119236-
CMYK0.820.5000.07
HSL216.19º83.62%54.51%-
HSV(B)216.19º82.2%92.55%-
XYZ22.6919.7481.97-
YUV109.32199.4979.99-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.58%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 59.45%
R=10.58%
G=29.97%
B=59.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal421192360.820.5000.07216.1983.6254.51
Hex2A77EC523207d85437
Octal52167354122620733012467
Binary10101011101111110110010100101100100111110110001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A77EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A77EC; }

 p { color: rgb(42,119,236); }

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

<style>
 a { background-color: #2A77EC; }

 a { background-color: rgb(42,119,236); }

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

<style>
 span { border-color: #2A77EC; }

 span { border-color: rgb(42,119,236); }

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