Html Css Color HEX #5376FD Royal Blue

📋 copy color: '#5376FD'

red 83 ◦ green 118 ◦ blue 253

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

Shades of Royal Blue #5376FD

Tints of Royal Blue #5376FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

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

R = 18.28%
G = 25.99%
B = 55.73%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5376FD (or 0x5376FD) is known color: Royal Blue. HEX triplet: 53, 76 and FD. RGB value is (83,118,253). Sum of RGB (Red+Green+Blue) = 83+118+253=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5376FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376FD is #AC8902. Grayscale: #7A7A7A. Windows color (decimal): -11307267 or 16610899. OLE color: 16610899.

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

Color convert

RGB 83 118 253 -
CMYK 0.67 0.53 0 0.01
HSL 227.65º 0.98% 0.66% -
HSV(B) 227.65º 0.67% 0.99% -
XYZ 27.78 21.89 95.69 -
YUV 122.93 201.4 99.52 -
System Red Green Blue C M Y K H S L
Decimal 83 118 253 0.67 0.53 0 0.01 227.65 0.98 0.66
Hex 53 76 FD 43 35 0 1 E4 62 42
Octal 123 166 375 103 65 0 1 344 142 102
Binary 1010011 1110110 11111101 1000011 110101 0 1 11100100 1100010 1000010

Color Harmonies of #5376FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376FD

Black with #5376FD

Text Example


Text Example

White with #5376FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,118,253); }

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

background-color css

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

 a { background-color: rgb(83,118,253); }

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

border-color css

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

 span { border-color: rgb(83,118,253); }

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