Html Css Color HEX #5376FA Royal Blue

📋 copy color: '#5376FA'

red 83 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #5376FA

Tints of Royal Blue #5376FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 18.4%
G = 26.16%
B = 55.43%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5376FA (or 0x5376FA) is known color: Royal Blue. HEX triplet: 53, 76 and FA. RGB value is (83,118,250). Sum of RGB (Red+Green+Blue) = 83+118+250=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #5376FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376FA is #AC8905. Grayscale: #7A7A7A. Windows color (decimal): -11307270 or 16414291. OLE color: 16414291.

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

Color convert

RGB 83 118 250 -
CMYK 0.67 0.53 0 0.02
HSL 227.43º 0.94% 0.65% -
HSV(B) 227.43º 0.67% 0.98% -
XYZ 27.3 21.7 93.19 -
YUV 122.58 199.9 99.77 -
System Red Green Blue C M Y K H S L
Decimal 83 118 250 0.67 0.53 0 0.02 227.43 0.94 0.65
Hex 53 76 FA 43 35 0 2 E3 5E 41
Octal 123 166 372 103 65 0 2 343 136 101
Binary 1010011 1110110 11111010 1000011 110101 0 10 11100011 1011110 1000001

Color Harmonies of #5376FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376FA

Black with #5376FA

Text Example


Text Example

White with #5376FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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