#2A55F5

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

Shades of Royal Blue #2A55F5

Tints of Royal Blue #2A55F5

Color information

#2A55F5 (or 0x2A55F5) is unknown color: approx Royal Blue. HEX triplet: 2A, 55 and F5. RGB value is (42,85,245). Sum of RGB (Red+Green+Blue) = 42+85+245=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #2A55F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A55F5 is #D5AA0A. Grayscale: #595959. Windows color (decimal): -14002699 or 16078122. OLE color: 16078122.

HSL color Cylindrical-coordinate representation of color #2A55F5: hue angle of 227.29º 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 #2A55F5 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4285245-
CMYK0.830.6500.04
HSL227.29º91.03%56.27%-
HSV(B)227.29º82.86%96.08%-
XYZ20.6813.5887.92-
YUV90.38215.2593.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.29%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 245 (96.09% from 255) = 65.86%
R=11.29%
G=22.85%
B=65.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal42852450.830.6500.04227.2991.0356.27
Hex2A55F5534104e35b38
Octal521253651231010434313370
Binary101010101010111110101101001110000010100111000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A55F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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