Html Css Color HEX #5971FE Royal Blue

📋 copy color: '#5971FE'

red 89 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #5971FE

Tints of Royal Blue #5971FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.78%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 19.52%
G = 24.78%
B = 55.7%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5971FE (or 0x5971FE) is known color: Royal Blue. HEX triplet: 59, 71 and FE. RGB value is (89,113,254). Sum of RGB (Red+Green+Blue) = 89+113+254=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #5971FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5971FE is #A68E01. Grayscale: #797979. Windows color (decimal): -10915330 or 16675161. OLE color: 16675161.

HSL color Cylindrical-coordinate representation of color #5971FE: hue angle of 231.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5971FE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 113 254 -
CMYK 0.65 0.56 0 0.00
HSL 231.27º 0.99% 0.67% -
HSV(B) 231.27º 0.65% 1% -
XYZ 27.91 21.09 96.37 -
YUV 121.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 89 113 254 0.65 0.56 0 0.00 231.27 0.99 0.67
Hex 59 71 FE 41 38 0 0 E7 63 43
Octal 131 161 376 101 70 0 0 347 143 103
Binary 1011001 1110001 11111110 1000001 111000 0 0 11100111 1100011 1000011

Color Harmonies of #5971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971FE

Black with #5971FE

Text Example


Text Example

White with #5971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5971FE; }

 p { color: rgb(89,113,254); }

 H1.HeaderClassName
 {
   color: #5971FE;
 }
 .AnyTagClassName
 {
   color: #5971FE;
 }
</style>

background-color css

<style>
 a { background-color: #5971FE; }

 a { background-color: rgb(89,113,254); }

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

border-color css

<style>
 span { border-color: #5971FE; }

 span { border-color: rgb(89,113,254); }

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