#2A57E0

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

Shades of Royal Blue #2A57E0

Tints of Royal Blue #2A57E0

Color information

#2A57E0 (or 0x2A57E0) is unknown color: approx Royal Blue. HEX triplet: 2A, 57 and E0. RGB value is (42,87,224). Sum of RGB (Red+Green+Blue) = 42+87+224=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #2A57E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A57E0 is #D5A81F. Grayscale: #585858. Windows color (decimal): -14002208 or 14702378. OLE color: 14702378.

HSL color Cylindrical-coordinate representation of color #2A57E0: hue angle of 225.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A57E0 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4287224-
CMYK0.810.6100.12
HSL225.16º74.59%52.16%-
HSV(B)225.16º81.25%87.84%-
XYZ17.8212.6972.03-
YUV89.16204.0994.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.90%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 224 (87.89% from 255) = 63.46%
R=11.90%
G=24.65%
B=63.46%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42872240.810.6100.12225.1674.5952.16
Hex2A57E0513D0Ce14b34
Octal521273401217501434111364
Binary101010101011111100000101000111110101100111000011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A57E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,224); }

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

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

 a { background-color: rgb(42,87,224); }

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

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

 span { border-color: rgb(42,87,224); }

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