Html Css Color HEX #5374DF Royal Blue

📋 copy color: '#5374DF'

red 83 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #5374DF

Tints of Royal Blue #5374DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 19.67%
G = 27.49%
B = 52.84%

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

#5374DF (or 0x5374DF) is known color: Royal Blue. HEX triplet: 53, 74 and DF. RGB value is (83,116,223). Sum of RGB (Red+Green+Blue) = 83+116+223=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5374DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5374DF is #AC8B20. Grayscale: #757575. Windows color (decimal): -11307809 or 14644307. OLE color: 14644307.

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

Color convert

RGB 83 116 223 -
CMYK 0.63 0.48 0 0.13
HSL 225.86º 0.69% 0.6% -
HSV(B) 225.86º 0.63% 0.87% -
XYZ 23.13 19.66 72.39 -
YUV 118.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 83 116 223 0.63 0.48 0 0.13 225.86 0.69 0.6
Hex 53 74 DF 3F 30 0 D E2 45 3C
Octal 123 164 337 77 60 0 15 342 105 74
Binary 1010011 1110100 11011111 111111 110000 0 1101 11100010 1000101 111100

Color Harmonies of #5374DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5374DF

Black with #5374DF

Text Example


Text Example

White with #5374DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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