Html Css Color HEX #5972F2 Royal Blue

📋 copy color: '#5972F2'

red 89 ◦ green 114 ◦ blue 242

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

Shades of Royal Blue #5972F2

Tints of Royal Blue #5972F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.38%

R = 20%
G = 25.62%
B = 54.38%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5972F2 (or 0x5972F2) is known color: Royal Blue. HEX triplet: 59, 72 and F2. RGB value is (89,114,242). Sum of RGB (Red+Green+Blue) = 89+114+242=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #5972F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972F2 is #A68D0D. Grayscale: #787878. Windows color (decimal): -10915086 or 15888985. OLE color: 15888985.

HSL color Cylindrical-coordinate representation of color #5972F2: hue angle of 230.2º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5972F2 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 114 242 -
CMYK 0.63 0.53 0 0.05
HSL 230.2º 0.85% 0.65% -
HSV(B) 230.2º 0.63% 0.95% -
XYZ 26.16 20.57 86.6 -
YUV 121.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 89 114 242 0.63 0.53 0 0.05 230.2 0.85 0.65
Hex 59 72 F2 3F 35 0 5 E6 55 41
Octal 131 162 362 77 65 0 5 346 125 101
Binary 1011001 1110010 11110010 111111 110101 0 101 11100110 1010101 1000001

Color Harmonies of #5972F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972F2

Black with #5972F2

Text Example


Text Example

White with #5972F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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