Html Css Color HEX #5375FF Royal Blue

📋 copy color: '#5375FF'

red 83 ◦ green 117 ◦ blue 255

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

Shades of Royal Blue #5375FF

Tints of Royal Blue #5375FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 18.24%
G = 25.71%
B = 56.04%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5375FF (or 0x5375FF) is known color: Royal Blue. HEX triplet: 53, 75 and FF. RGB value is (83,117,255). Sum of RGB (Red+Green+Blue) = 83+117+255=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5375FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5375FF is #AC8A00. Grayscale: #797979. Windows color (decimal): -11307521 or 16741715. OLE color: 16741715.

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

Color convert

RGB 83 117 255 -
CMYK 0.67 0.54 0 0
HSL 228.14º 1% 0.66% -
HSV(B) 228.14º 0.67% 1% -
XYZ 27.98 21.78 97.34 -
YUV 122.57 202.74 99.78 -
System Red Green Blue C M Y K H S L
Decimal 83 117 255 0.67 0.54 0 0 228.14 1 0.66
Hex 53 75 FF 43 36 0 0 E4 64 42
Octal 123 165 377 103 66 0 0 344 144 102
Binary 1010011 1110101 11111111 1000011 110110 0 0 11100100 1100100 1000010

Color Harmonies of #5375FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375FF

Black with #5375FF

Text Example


Text Example

White with #5375FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5375FF; }

 p { color: rgb(83,117,255); }

 H1.HeaderClassName
 {
   color: #5375FF;
 }
 .AnyTagClassName
 {
   color: #5375FF;
 }
</style>

background-color css

<style>
 a { background-color: #5375FF; }

 a { background-color: rgb(83,117,255); }

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

border-color css

<style>
 span { border-color: #5375FF; }

 span { border-color: rgb(83,117,255); }

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