#2A54F5

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

Shades of Royal Blue #2A54F5

Tints of Royal Blue #2A54F5

Color information

#2A54F5 (or 0x2A54F5) is unknown color: approx Royal Blue. HEX triplet: 2A, 54 and F5. RGB value is (42,84,245). Sum of RGB (Red+Green+Blue) = 42+84+245=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 245 (96.09% from 255 or 66.04% from 371); Max value from RGB is 245 - color contains mainly: blue. Hex color #2A54F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A54F5 is #D5AB0A. Grayscale: #595959. Windows color (decimal): -14002955 or 16077866. OLE color: 16077866.

HSL color Cylindrical-coordinate representation of color #2A54F5: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A54F5 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4284245-
CMYK0.830.6600.04
HSL227.59º91.03%56.27%-
HSV(B)227.59º82.86%96.08%-
XYZ20.6113.4387.89-
YUV89.8215.5993.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 245 (96.09% from 255) = 66.04%
R=11.32%
G=22.64%
B=66.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal42842450.830.6600.04227.5991.0356.27
Hex2A54F5534204e45b38
Octal521243651231020434413370
Binary101010101010011110101101001110000100100111001001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A54F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,84,245); }

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

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

 a { background-color: rgb(42,84,245); }

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

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

 span { border-color: rgb(42,84,245); }

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