Html Css Color HEX #5972EA Royal Blue

📋 copy color: '#5972EA'

red 89 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #5972EA

Tints of Royal Blue #5972EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 20.37%
G = 26.09%
B = 53.55%

CMYK

 C value IS 0.62

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5972EA (or 0x5972EA) is known color: Royal Blue. HEX triplet: 59, 72 and EA. RGB value is (89,114,234). Sum of RGB (Red+Green+Blue) = 89+114+234=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5972EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972EA is #A68D15. Grayscale: #777777. Windows color (decimal): -10915094 or 15364697. OLE color: 15364697.

HSL color Cylindrical-coordinate representation of color #5972EA: hue angle of 229.66º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5972EA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 114 234 -
CMYK 0.62 0.51 0 0.08
HSL 229.66º 0.78% 0.63% -
HSV(B) 229.66º 0.62% 0.92% -
XYZ 24.99 20.1 80.4 -
YUV 120.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 89 114 234 0.62 0.51 0 0.08 229.66 0.78 0.63
Hex 59 72 EA 3E 33 0 8 E6 4E 3F
Octal 131 162 352 76 63 0 10 346 116 77
Binary 1011001 1110010 11101010 111110 110011 0 1000 11100110 1001110 111111

Color Harmonies of #5972EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972EA

Black with #5972EA

Text Example


Text Example

White with #5972EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5972EA; }

 p { color: rgb(89,114,234); }

 H1.HeaderClassName
 {
   color: #5972EA;
 }
 .AnyTagClassName
 {
   color: #5972EA;
 }
</style>

background-color css

<style>
 a { background-color: #5972EA; }

 a { background-color: rgb(89,114,234); }

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

border-color css

<style>
 span { border-color: #5972EA; }

 span { border-color: rgb(89,114,234); }

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