Html Css Color HEX #5371DF Royal Blue

📋 copy color: '#5371DF'

red 83 ◦ green 113 ◦ blue 223

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

Shades of Royal Blue #5371DF

Tints of Royal Blue #5371DF

RGB

 RED value IS 83 (32.81% from 255) = 19.81%

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 19.81%
G = 26.97%
B = 53.22%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5371DF (or 0x5371DF) is known color: Royal Blue. HEX triplet: 53, 71 and DF. RGB value is (83,113,223). Sum of RGB (Red+Green+Blue) = 83+113+223=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #5371DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5371DF is #AC8E20. Grayscale: #747474. Windows color (decimal): -11308577 or 14643539. OLE color: 14643539.

HSL color Cylindrical-coordinate representation of color #5371DF: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5371DF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 113 223 -
CMYK 0.63 0.49 0 0.13
HSL 227.14º 0.69% 0.6% -
HSV(B) 227.14º 0.63% 0.87% -
XYZ 22.79 18.98 72.27 -
YUV 116.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 83 113 223 0.63 0.49 0 0.13 227.14 0.69 0.6
Hex 53 71 DF 3F 31 0 D E3 45 3C
Octal 123 161 337 77 61 0 15 343 105 74
Binary 1010011 1110001 11011111 111111 110001 0 1101 11100011 1000101 111100

Color Harmonies of #5371DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5371DF

Black with #5371DF

Text Example


Text Example

White with #5371DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5371DF; }

 p { color: rgb(83,113,223); }

 H1.HeaderClassName
 {
   color: #5371DF;
 }
 .AnyTagClassName
 {
   color: #5371DF;
 }
</style>

background-color css

<style>
 a { background-color: #5371DF; }

 a { background-color: rgb(83,113,223); }

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

border-color css

<style>
 span { border-color: #5371DF; }

 span { border-color: rgb(83,113,223); }

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