#2A58EC

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

Shades of Royal Blue #2A58EC

Tints of Royal Blue #2A58EC

Color information

#2A58EC (or 0x2A58EC) is unknown color: approx Royal Blue. HEX triplet: 2A, 58 and EC. RGB value is (42,88,236). Sum of RGB (Red+Green+Blue) = 42+88+236=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A58EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A58EC is #D5A713. Grayscale: #5A5A5A. Windows color (decimal): -14001940 or 15489066. OLE color: 15489066.

HSL color Cylindrical-coordinate representation of color #2A58EC: hue angle of 225.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A58EC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4288236-
CMYK0.820.6300.07
HSL225.77º83.62%54.51%-
HSV(B)225.77º82.2%92.55%-
XYZ19.5813.5380.94-
YUV91.12209.7692.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.48%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 236 (92.58% from 255) = 64.48%
R=11.48%
G=24.04%
B=64.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42882360.820.6300.07225.7783.6254.51
Hex2A58EC523F07e25437
Octal52130354122770734212467
Binary10101010110001110110010100101111110111111000101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A58EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,236); }

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

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

 a { background-color: rgb(42,88,236); }

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

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

 span { border-color: rgb(42,88,236); }

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