Html Css Color HEX #5973EC Royal Blue

📋 copy color: '#5973EC'

red 89 ◦ green 115 ◦ blue 236

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

Shades of Royal Blue #5973EC

Tints of Royal Blue #5973EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 20.23%
G = 26.14%
B = 53.64%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5973EC (or 0x5973EC) is known color: Royal Blue. HEX triplet: 59, 73 and EC. RGB value is (89,115,236). Sum of RGB (Red+Green+Blue) = 89+115+236=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #5973EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973EC is #A68C13. Grayscale: #787878. Windows color (decimal): -10914836 or 15496025. OLE color: 15496025.

HSL color Cylindrical-coordinate representation of color #5973EC: hue angle of 229.39º 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 #5973EC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 115 236 -
CMYK 0.62 0.51 0 0.07
HSL 229.39º 0.79% 0.64% -
HSV(B) 229.39º 0.62% 0.93% -
XYZ 25.39 20.44 81.96 -
YUV 121.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 89 115 236 0.62 0.51 0 0.07 229.39 0.79 0.64
Hex 59 73 EC 3E 33 0 7 E5 4F 40
Octal 131 163 354 76 63 0 7 345 117 100
Binary 1011001 1110011 11101100 111110 110011 0 111 11100101 1001111 1000000

Color Harmonies of #5973EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5973EC

Black with #5973EC

Text Example


Text Example

White with #5973EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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