#5A70EB

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

Shades of Royal Blue #5A70EB

Tints of Royal Blue #5A70EB

Color information

#5A70EB (or 0x5A70EB) is unknown color: approx Royal Blue. HEX triplet: 5A, 70 and EB. RGB value is (90,112,235). Sum of RGB (Red+Green+Blue) = 90+112+235=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A70EB is #A58F14. Grayscale: #767676. Windows color (decimal): -10850069 or 15429722. OLE color: 15429722.

HSL color Cylindrical-coordinate representation of color #5A70EB: hue angle of 230.9º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A70EB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB90112235-
CMYK0.620.5200.08
HSL230.9º78.38%63.73%-
HSV(B)230.9º61.7%92.16%-
XYZ25.0119.7681.09-
YUV119.44193.21107-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.59%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 235 (92.19% from 255) = 53.78%
R=20.59%
G=25.63%
B=53.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal901122350.620.5200.08230.978.3863.73
Hex5A70EB3E3408e74e40
Octal1321603537664010347116100
Binary1011010111000011101011111110110100010001110011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A70EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A70EB; }

 p { color: rgb(90,112,235); }

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

<style>
 a { background-color: #5A70EB; }

 a { background-color: rgb(90,112,235); }

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

<style>
 span { border-color: #5A70EB; }

 span { border-color: rgb(90,112,235); }

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