#5F70EA

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

Shades of Royal Blue #5F70EA

Tints of Royal Blue #5F70EA

Color information

#5F70EA (or 0x5F70EA) is unknown color: approx Royal Blue. HEX triplet: 5F, 70 and EA. RGB value is (95,112,234). Sum of RGB (Red+Green+Blue) = 95+112+234=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F70EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F70EA is #A08F15. Grayscale: #787878. Windows color (decimal): -10522390 or 15364191. OLE color: 15364191.

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

Color convert

RGB95112234-
CMYK0.590.5200.08
HSL232.66º76.8%64.51%-
HSV(B)232.66º59.4%91.76%-
XYZ25.3619.9680.36-
YUV120.82191.87109.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 234 (91.80% from 255) = 53.06%
R=21.54%
G=25.40%
B=53.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951122340.590.5200.08232.6676.864.51
Hex5F70EA3B3408e94d41
Octal1371603527364010351115101
Binary1011111111000011101010111011110100010001110100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F70EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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