#2A61E8

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

Shades of Royal Blue #2A61E8

Tints of Royal Blue #2A61E8

Color information

#2A61E8 (or 0x2A61E8) is unknown color: approx Royal Blue. HEX triplet: 2A, 61 and E8. RGB value is (42,97,232). Sum of RGB (Red+Green+Blue) = 42+97+232=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #2A61E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A61E8 is #D59E17. Grayscale: #5F5F5F. Windows color (decimal): -13999640 or 15229226. OLE color: 15229226.

HSL color Cylindrical-coordinate representation of color #2A61E8: hue angle of 222.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A61E8 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4297232-
CMYK0.820.5800.09
HSL222.63º80.51%53.73%-
HSV(B)222.63º81.9%90.98%-
XYZ19.814.8778.17-
YUV95.94204.7889.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 232 (91.02% from 255) = 62.53%
R=11.32%
G=26.15%
B=62.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42972320.820.5800.09222.6380.5153.73
Hex2A61E8523A09df5136
Octal521413501227201133712166
Binary101010110000111101000101001011101001001110111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A61E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,232); }

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

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

 a { background-color: rgb(42,97,232); }

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

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

 span { border-color: rgb(42,97,232); }

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