Html Css Color HEX #5970E0 Royal Blue

📋 copy color: '#5970E0'

red 89 ◦ green 112 ◦ blue 224

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

Shades of Royal Blue #5970E0

Tints of Royal Blue #5970E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.71%

R = 20.94%
G = 26.35%
B = 52.71%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5970E0 (or 0x5970E0) is known color: Royal Blue. HEX triplet: 59, 70 and E0. RGB value is (89,112,224). Sum of RGB (Red+Green+Blue) = 89+112+224=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #5970E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970E0 is #A68F1F. Grayscale: #757575. Windows color (decimal): -10915616 or 14708825. OLE color: 14708825.

HSL color Cylindrical-coordinate representation of color #5970E0: hue angle of 229.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5970E0 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 112 224 -
CMYK 0.60 0.50 0 0.12
HSL 229.78º 0.69% 0.61% -
HSV(B) 229.78º 0.6% 0.88% -
XYZ 23.37 19.09 72.97 -
YUV 117.89 187.88 107.39 -
System Red Green Blue C M Y K H S L
Decimal 89 112 224 0.60 0.50 0 0.12 229.78 0.69 0.61
Hex 59 70 E0 3C 32 0 C E6 45 3D
Octal 131 160 340 74 62 0 14 346 105 75
Binary 1011001 1110000 11100000 111100 110010 0 1100 11100110 1000101 111101

Color Harmonies of #5970E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970E0

Black with #5970E0

Text Example


Text Example

White with #5970E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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