Html Css Color HEX #5379FD Royal Blue

📋 copy color: '#5379FD'

red 83 ◦ green 121 ◦ blue 253

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

Shades of Royal Blue #5379FD

Tints of Royal Blue #5379FD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

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

R = 18.16%
G = 26.48%
B = 55.36%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5379FD (or 0x5379FD) is known color: Royal Blue. HEX triplet: 53, 79 and FD. RGB value is (83,121,253). Sum of RGB (Red+Green+Blue) = 83+121+253=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #5379FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5379FD is #AC8602. Grayscale: #7C7C7C. Windows color (decimal): -11306499 or 16611667. OLE color: 16611667.

HSL color Cylindrical-coordinate representation of color #5379FD: hue angle of 226.59º 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 #5379FD is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 121 253 -
CMYK 0.67 0.52 0 0.01
HSL 226.59º 0.98% 0.66% -
HSV(B) 226.59º 0.67% 0.99% -
XYZ 28.13 22.61 95.81 -
YUV 124.69 200.41 98.27 -
System Red Green Blue C M Y K H S L
Decimal 83 121 253 0.67 0.52 0 0.01 226.59 0.98 0.66
Hex 53 79 FD 43 34 0 1 E3 62 42
Octal 123 171 375 103 64 0 1 343 142 102
Binary 1010011 1111001 11111101 1000011 110100 0 1 11100011 1100010 1000010

Color Harmonies of #5379FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379FD

Black with #5379FD

Text Example


Text Example

White with #5379FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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