Html Css Color HEX #5380DF Royal Blue

📋 copy color: '#5380DF'

red 83 ◦ green 128 ◦ blue 223

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

Shades of Royal Blue #5380DF

Tints of Royal Blue #5380DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 19.12%
G = 29.49%
B = 51.38%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5380DF (or 0x5380DF) is known color: Royal Blue. HEX triplet: 53, 80 and DF. RGB value is (83,128,223). Sum of RGB (Red+Green+Blue) = 83+128+223=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #5380DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380DF is #AC7F20. Grayscale: #7C7C7C. Windows color (decimal): -11304737 or 14647379. OLE color: 14647379.

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

Color convert

RGB 83 128 223 -
CMYK 0.63 0.43 0 0.13
HSL 220.71º 0.69% 0.6% -
HSV(B) 220.71º 0.63% 0.87% -
XYZ 24.61 22.61 72.88 -
YUV 125.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 83 128 223 0.63 0.43 0 0.13 220.71 0.69 0.6
Hex 53 80 DF 3F 2B 0 D DD 45 3C
Octal 123 200 337 77 53 0 15 335 105 74
Binary 1010011 10000000 11011111 111111 101011 0 1101 11011101 1000101 111100

Color Harmonies of #5380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380DF

Black with #5380DF

Text Example


Text Example

White with #5380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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