Html Css Color HEX #5972FD Royal Blue

📋 copy color: '#5972FD'

red 89 ◦ green 114 ◦ blue 253

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

Shades of Royal Blue #5972FD

Tints of Royal Blue #5972FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 19.52%
G = 25%
B = 55.48%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5972FD (or 0x5972FD) is known color: Royal Blue. HEX triplet: 59, 72 and FD. RGB value is (89,114,253). Sum of RGB (Red+Green+Blue) = 89+114+253=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #5972FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972FD is #A68D02. Grayscale: #797979. Windows color (decimal): -10915075 or 16609881. OLE color: 16609881.

HSL color Cylindrical-coordinate representation of color #5972FD: hue angle of 230.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5972FD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 114 253 -
CMYK 0.65 0.55 0 0.01
HSL 230.85º 0.98% 0.67% -
HSV(B) 230.85º 0.65% 0.99% -
XYZ 27.87 21.25 95.56 -
YUV 122.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 89 114 253 0.65 0.55 0 0.01 230.85 0.98 0.67
Hex 59 72 FD 41 37 0 1 E7 62 43
Octal 131 162 375 101 67 0 1 347 142 103
Binary 1011001 1110010 11111101 1000001 110111 0 1 11100111 1100010 1000011

Color Harmonies of #5972FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972FD

Black with #5972FD

Text Example


Text Example

White with #5972FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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