Html Css Color HEX #5370EC Royal Blue

📋 copy color: '#5370EC'

red 83 ◦ green 112 ◦ blue 236

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

Shades of Royal Blue #5370EC

Tints of Royal Blue #5370EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 19.26%
G = 25.99%
B = 54.76%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5370EC (or 0x5370EC) is known color: Royal Blue. HEX triplet: 53, 70 and EC. RGB value is (83,112,236). Sum of RGB (Red+Green+Blue) = 83+112+236=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #5370EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5370EC is #AC8F13. Grayscale: #747474. Windows color (decimal): -11308820 or 15495251. OLE color: 15495251.

HSL color Cylindrical-coordinate representation of color #5370EC: hue angle of 228.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5370EC is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 112 236 -
CMYK 0.65 0.53 0 0.07
HSL 228.63º 0.8% 0.63% -
HSV(B) 228.63º 0.65% 0.93% -
XYZ 24.5 19.48 81.83 -
YUV 117.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 83 112 236 0.65 0.53 0 0.07 228.63 0.8 0.63
Hex 53 70 EC 41 35 0 7 E5 50 3F
Octal 123 160 354 101 65 0 7 345 120 77
Binary 1010011 1110000 11101100 1000001 110101 0 111 11100101 1010000 111111

Color Harmonies of #5370EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370EC

Black with #5370EC

Text Example


Text Example

White with #5370EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5370EC; }

 p { color: rgb(83,112,236); }

 H1.HeaderClassName
 {
   color: #5370EC;
 }
 .AnyTagClassName
 {
   color: #5370EC;
 }
</style>

background-color css

<style>
 a { background-color: #5370EC; }

 a { background-color: rgb(83,112,236); }

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

border-color css

<style>
 span { border-color: #5370EC; }

 span { border-color: rgb(83,112,236); }

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