Html Css Color HEX #5371EB Royal Blue

📋 copy color: '#5371EB'

red 83 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #5371EB

Tints of Royal Blue #5371EB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 19.26%
G = 26.22%
B = 54.52%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5371EB (or 0x5371EB) is known color: Royal Blue. HEX triplet: 53, 71 and EB. RGB value is (83,113,235). Sum of RGB (Red+Green+Blue) = 83+113+235=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #5371EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5371EB is #AC8E14. Grayscale: #757575. Windows color (decimal): -11308565 or 15429971. OLE color: 15429971.

HSL color Cylindrical-coordinate representation of color #5371EB: hue angle of 228.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5371EB is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 113 235 -
CMYK 0.65 0.52 0 0.08
HSL 228.16º 0.79% 0.62% -
HSV(B) 228.16º 0.65% 0.92% -
XYZ 24.47 19.65 81.1 -
YUV 117.94 194.06 103.08 -
System Red Green Blue C M Y K H S L
Decimal 83 113 235 0.65 0.52 0 0.08 228.16 0.79 0.62
Hex 53 71 EB 41 34 0 8 E4 4F 3E
Octal 123 161 353 101 64 0 10 344 117 76
Binary 1010011 1110001 11101011 1000001 110100 0 1000 11100100 1001111 111110

Color Harmonies of #5371EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5371EB

Black with #5371EB

Text Example


Text Example

White with #5371EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5371EB; }

 p { color: rgb(83,113,235); }

 H1.HeaderClassName
 {
   color: #5371EB;
 }
 .AnyTagClassName
 {
   color: #5371EB;
 }
</style>

background-color css

<style>
 a { background-color: #5371EB; }

 a { background-color: rgb(83,113,235); }

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

border-color css

<style>
 span { border-color: #5371EB; }

 span { border-color: rgb(83,113,235); }

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