#2A5FE0

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

Shades of Royal Blue #2A5FE0

Tints of Royal Blue #2A5FE0

Color information

#2A5FE0 (or 0x2A5FE0) is unknown color: approx Royal Blue. HEX triplet: 2A, 5F and E0. RGB value is (42,95,224). Sum of RGB (Red+Green+Blue) = 42+95+224=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 224 (87.89% from 255 or 62.05% from 361); Max value from RGB is 224 - color contains mainly: blue. Hex color #2A5FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5FE0 is #D5A01F. Grayscale: #5D5D5D. Windows color (decimal): -14000160 or 14704426. OLE color: 14704426.

HSL color Cylindrical-coordinate representation of color #2A5FE0: hue angle of 222.53º 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 #2A5FE0 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4295224-
CMYK0.810.5800.12
HSL222.53º74.59%52.16%-
HSV(B)222.53º81.25%87.84%-
XYZ18.514.0672.26-
YUV93.86201.4491.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 224 (87.89% from 255) = 62.05%
R=11.63%
G=26.32%
B=62.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42952240.810.5800.12222.5374.5952.16
Hex2A5FE0513A0Cdf4b34
Octal521373401217201433711364
Binary101010101111111100000101000111101001100110111111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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