Html Css Color HEX #5379FC Royal Blue

📋 copy color: '#5379FC'

red 83 ◦ green 121 ◦ blue 252

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

Shades of Royal Blue #5379FC

Tints of Royal Blue #5379FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 18.2%
G = 26.54%
B = 55.26%

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

#5379FC (or 0x5379FC) is known color: Royal Blue. HEX triplet: 53, 79 and FC. RGB value is (83,121,252). Sum of RGB (Red+Green+Blue) = 83+121+252=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5379FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5379FC is #AC8603. Grayscale: #7C7C7C. Windows color (decimal): -11306500 or 16546131. OLE color: 16546131.

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

Color convert

RGB 83 121 252 -
CMYK 0.67 0.52 0 0.01
HSL 226.51º 0.97% 0.66% -
HSV(B) 226.51º 0.67% 0.99% -
XYZ 27.98 22.54 94.97 -
YUV 124.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 83 121 252 0.67 0.52 0 0.01 226.51 0.97 0.66
Hex 53 79 FC 43 34 0 1 E3 61 42
Octal 123 171 374 103 64 0 1 343 141 102
Binary 1010011 1111001 11111100 1000011 110100 0 1 11100011 1100001 1000010

Color Harmonies of #5379FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379FC

Black with #5379FC

Text Example


Text Example

White with #5379FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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