#5B70EA

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

Shades of Royal Blue #5B70EA

Tints of Royal Blue #5B70EA

Color information

#5B70EA (or 0x5B70EA) is unknown color: approx Royal Blue. HEX triplet: 5B, 70 and EA. RGB value is (91,112,234). Sum of RGB (Red+Green+Blue) = 91+112+234=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B70EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B70EA is #A48F15. Grayscale: #777777. Windows color (decimal): -10784534 or 15364187. OLE color: 15364187.

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

Color convert

RGB91112234-
CMYK0.610.5200.08
HSL231.19º77.3%63.73%-
HSV(B)231.19º61.11%91.76%-
XYZ24.9619.7580.34-
YUV119.63192.54107.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=20.82%
G=25.63%
B=53.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911122340.610.5200.08231.1977.363.73
Hex5B70EA3D3408e74d40
Octal1331603527564010347115100
Binary1011011111000011101010111101110100010001110011110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B70EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,234); }

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

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

 a { background-color: rgb(91,112,234); }

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

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

 span { border-color: rgb(91,112,234); }

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