#2A60E2

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

Shades of Royal Blue #2A60E2

Tints of Royal Blue #2A60E2

Color information

#2A60E2 (or 0x2A60E2) is unknown color: approx Royal Blue. HEX triplet: 2A, 60 and E2. RGB value is (42,96,226). Sum of RGB (Red+Green+Blue) = 42+96+226=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 226 (88.67% from 255 or 62.09% from 364); Max value from RGB is 226 - color contains mainly: blue. Hex color #2A60E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A60E2 is #D59F1D. Grayscale: #5E5E5E. Windows color (decimal): -13999902 or 14835754. OLE color: 14835754.

HSL color Cylindrical-coordinate representation of color #2A60E2: hue angle of 222.39º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A60E2 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4296226-
CMYK0.810.5800.11
HSL222.39º76.03%52.55%-
HSV(B)222.39º81.42%88.63%-
XYZ18.8714.3573.73-
YUV94.67202.1190.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.54%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 226 (88.67% from 255) = 62.09%
R=11.54%
G=26.37%
B=62.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal42962260.810.5800.11222.3976.0352.55
Hex2A60E2513A0Bde4c35
Octal521403421217201333611465
Binary101010110000011100010101000111101001011110111101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A60E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,226); }

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

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

 a { background-color: rgb(42,96,226); }

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

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

 span { border-color: rgb(42,96,226); }

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