Html Css Color HEX #5376FC Royal Blue

📋 copy color: '#5376FC'

red 83 ◦ green 118 ◦ blue 252

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

Shades of Royal Blue #5376FC

Tints of Royal Blue #5376FC

RGB

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

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

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

R = 18.32%
G = 26.05%
B = 55.63%

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

#5376FC (or 0x5376FC) is known color: Royal Blue. HEX triplet: 53, 76 and FC. RGB value is (83,118,252). Sum of RGB (Red+Green+Blue) = 83+118+252=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #5376FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376FC is #AC8903. Grayscale: #7A7A7A. Windows color (decimal): -11307268 or 16545363. OLE color: 16545363.

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

Color convert

RGB 83 118 252 -
CMYK 0.67 0.53 0 0.01
HSL 227.57º 0.97% 0.66% -
HSV(B) 227.57º 0.67% 0.99% -
XYZ 27.62 21.82 94.85 -
YUV 122.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 83 118 252 0.67 0.53 0 0.01 227.57 0.97 0.66
Hex 53 76 FC 43 35 0 1 E4 61 42
Octal 123 166 374 103 65 0 1 344 141 102
Binary 1010011 1110110 11111100 1000011 110101 0 1 11100100 1100001 1000010

Color Harmonies of #5376FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376FC

Black with #5376FC

Text Example


Text Example

White with #5376FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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