Html Css Color HEX #5970EC Royal Blue

📋 copy color: '#5970EC'

red 89 ◦ green 112 ◦ blue 236

#5970EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5970EC

Tints of Royal Blue #5970EC

RGB

 RED value IS 89 (35.16% from 255) = 20.37%

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 236 (92.58% from 255) = 54%

R = 20.37%
G = 25.63%
B = 54%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5970EC (or 0x5970EC) is known color: Royal Blue. HEX triplet: 59, 70 and EC. RGB value is (89,112,236). Sum of RGB (Red+Green+Blue) = 89+112+236=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5970EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970EC is #A68F13. Grayscale: #767676. Windows color (decimal): -10915604 or 15495257. OLE color: 15495257.

HSL color Cylindrical-coordinate representation of color #5970EC: hue angle of 230.61º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5970EC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 112 236 -
CMYK 0.62 0.53 0 0.07
HSL 230.61º 0.79% 0.64% -
HSV(B) 230.61º 0.62% 0.93% -
XYZ 25.05 19.77 81.85 -
YUV 119.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 89 112 236 0.62 0.53 0 0.07 230.61 0.79 0.64
Hex 59 70 EC 3E 35 0 7 E7 4F 40
Octal 131 160 354 76 65 0 7 347 117 100
Binary 1011001 1110000 11101100 111110 110101 0 111 11100111 1001111 1000000

Color Harmonies of #5970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970EC

Black with #5970EC

Text Example


Text Example

White with #5970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5970EC; }

 p { color: rgb(89,112,236); }

 H1.HeaderClassName
 {
   color: #5970EC;
 }
 .AnyTagClassName
 {
   color: #5970EC;
 }
</style>

background-color css

<style>
 a { background-color: #5970EC; }

 a { background-color: rgb(89,112,236); }

 div.DivClassName
 {
   background-color: #5970EC;
 }
 .BgClassName
 {
   background-color: #5970EC;
 }
</style>

border-color css

<style>
 span { border-color: #5970EC; }

 span { border-color: rgb(89,112,236); }

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