Html Css Color HEX #5370DA Royal Blue

📋 copy color: '#5370DA'

red 83 ◦ green 112 ◦ blue 218

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

Shades of Royal Blue #5370DA

Tints of Royal Blue #5370DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 20.1%
G = 27.12%
B = 52.78%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5370DA (or 0x5370DA) is known color: Royal Blue. HEX triplet: 53, 70 and DA. RGB value is (83,112,218). Sum of RGB (Red+Green+Blue) = 83+112+218=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #5370DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370DA is #AC8F25. Grayscale: #727272. Windows color (decimal): -11308838 or 14315603. OLE color: 14315603.

HSL color Cylindrical-coordinate representation of color #5370DA: hue angle of 227.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5370DA is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 112 218 -
CMYK 0.62 0.49 0 0.15
HSL 227.11º 0.65% 0.59% -
HSV(B) 227.11º 0.62% 0.85% -
XYZ 22.02 18.49 68.74 -
YUV 115.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 83 112 218 0.62 0.49 0 0.15 227.11 0.65 0.59
Hex 53 70 DA 3E 31 0 F E3 41 3B
Octal 123 160 332 76 61 0 17 343 101 73
Binary 1010011 1110000 11011010 111110 110001 0 1111 11100011 1000001 111011

Color Harmonies of #5370DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370DA

Black with #5370DA

Text Example


Text Example

White with #5370DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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