Html Css Color HEX #5370DB Royal Blue

📋 copy color: '#5370DB'

red 83 ◦ green 112 ◦ blue 219

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

Shades of Royal Blue #5370DB

Tints of Royal Blue #5370DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 20.05%
G = 27.05%
B = 52.9%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5370DB (or 0x5370DB) is known color: Royal Blue. HEX triplet: 53, 70 and DB. RGB value is (83,112,219). Sum of RGB (Red+Green+Blue) = 83+112+219=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #5370DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370DB is #AC8F24. Grayscale: #737373. Windows color (decimal): -11308837 or 14381139. OLE color: 14381139.

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

Color convert

RGB 83 112 219 -
CMYK 0.62 0.49 0 0.14
HSL 227.21º 0.65% 0.59% -
HSV(B) 227.21º 0.62% 0.86% -
XYZ 22.15 18.54 69.43 -
YUV 115.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 83 112 219 0.62 0.49 0 0.14 227.21 0.65 0.59
Hex 53 70 DB 3E 31 0 E E3 41 3B
Octal 123 160 333 76 61 0 16 343 101 73
Binary 1010011 1110000 11011011 111110 110001 0 1110 11100011 1000001 111011

Color Harmonies of #5370DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370DB

Black with #5370DB

Text Example


Text Example

White with #5370DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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