Html Css Color HEX #5379FE Royal Blue

📋 copy color: '#5379FE'

red 83 ◦ green 121 ◦ blue 254

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

Shades of Royal Blue #5379FE

Tints of Royal Blue #5379FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 18.12%
G = 26.42%
B = 55.46%

CMYK

 C value IS 0.67

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5379FE (or 0x5379FE) is known color: Royal Blue. HEX triplet: 53, 79 and FE. RGB value is (83,121,254). Sum of RGB (Red+Green+Blue) = 83+121+254=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #5379FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5379FE is #AC8601. Grayscale: #7C7C7C. Windows color (decimal): -11306498 or 16677203. OLE color: 16677203.

HSL color Cylindrical-coordinate representation of color #5379FE: hue angle of 226.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5379FE is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 121 254 -
CMYK 0.67 0.52 0 0.00
HSL 226.67º 0.99% 0.66% -
HSV(B) 226.67º 0.67% 1% -
XYZ 28.29 22.67 96.65 -
YUV 124.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 83 121 254 0.67 0.52 0 0.00 226.67 0.99 0.66
Hex 53 79 FE 43 34 0 0 E3 63 42
Octal 123 171 376 103 64 0 0 343 143 102
Binary 1010011 1111001 11111110 1000011 110100 0 0 11100011 1100011 1000010

Color Harmonies of #5379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5379FE

Black with #5379FE

Text Example


Text Example

White with #5379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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