Html Css Color HEX #5972EF Royal Blue

📋 copy color: '#5972EF'

red 89 ◦ green 114 ◦ blue 239

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

Shades of Royal Blue #5972EF

Tints of Royal Blue #5972EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.07%

R = 20.14%
G = 25.79%
B = 54.07%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5972EF (or 0x5972EF) is known color: Royal Blue. HEX triplet: 59, 72 and EF. RGB value is (89,114,239). Sum of RGB (Red+Green+Blue) = 89+114+239=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #5972EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972EF is #A68D10. Grayscale: #787878. Windows color (decimal): -10915089 or 15692377. OLE color: 15692377.

HSL color Cylindrical-coordinate representation of color #5972EF: hue angle of 230º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5972EF is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 114 239 -
CMYK 0.63 0.52 0 0.06
HSL 230º 0.82% 0.64% -
HSV(B) 230º 0.63% 0.94% -
XYZ 25.72 20.39 84.24 -
YUV 120.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 89 114 239 0.63 0.52 0 0.06 230 0.82 0.64
Hex 59 72 EF 3F 34 0 6 E6 52 40
Octal 131 162 357 77 64 0 6 346 122 100
Binary 1011001 1110010 11101111 111111 110100 0 110 11100110 1010010 1000000

Color Harmonies of #5972EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972EF

Black with #5972EF

Text Example


Text Example

White with #5972EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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