Html Css Color HEX #5373DF Royal Blue

📋 copy color: '#5373DF'

red 83 ◦ green 115 ◦ blue 223

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

Shades of Royal Blue #5373DF

Tints of Royal Blue #5373DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

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

R = 19.71%
G = 27.32%
B = 52.97%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5373DF (or 0x5373DF) is known color: Royal Blue. HEX triplet: 53, 73 and DF. RGB value is (83,115,223). Sum of RGB (Red+Green+Blue) = 83+115+223=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #5373DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373DF is #AC8C20. Grayscale: #757575. Windows color (decimal): -11308065 or 14644051. OLE color: 14644051.

HSL color Cylindrical-coordinate representation of color #5373DF: hue angle of 226.29º 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 #5373DF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 115 223 -
CMYK 0.63 0.48 0 0.13
HSL 226.29º 0.69% 0.6% -
HSV(B) 226.29º 0.63% 0.87% -
XYZ 23.02 19.43 72.35 -
YUV 117.74 187.4 103.22 -
System Red Green Blue C M Y K H S L
Decimal 83 115 223 0.63 0.48 0 0.13 226.29 0.69 0.6
Hex 53 73 DF 3F 30 0 D E2 45 3C
Octal 123 163 337 77 60 0 15 342 105 74
Binary 1010011 1110011 11011111 111111 110000 0 1101 11100010 1000101 111100

Color Harmonies of #5373DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373DF

Black with #5373DF

Text Example


Text Example

White with #5373DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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