Html Css Color HEX #5370CE Royal Blue

📋 copy color: '#5370CE'

red 83 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #5370CE

Tints of Royal Blue #5370CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 20.7%
G = 27.93%
B = 51.37%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5370CE (or 0x5370CE) is known color: Royal Blue. HEX triplet: 53, 70 and CE. RGB value is (83,112,206). Sum of RGB (Red+Green+Blue) = 83+112+206=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #5370CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370CE is #AC8F31. Grayscale: #717171. Windows color (decimal): -11308850 or 13529171. OLE color: 13529171.

HSL color Cylindrical-coordinate representation of color #5370CE: hue angle of 225.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5370CE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 112 206 -
CMYK 0.60 0.46 0 0.19
HSL 225.85º 0.56% 0.57% -
HSV(B) 225.85º 0.6% 0.81% -
XYZ 20.5 17.88 60.76 -
YUV 114.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 83 112 206 0.60 0.46 0 0.19 225.85 0.56 0.57
Hex 53 70 CE 3C 2E 0 13 E2 38 39
Octal 123 160 316 74 56 0 23 342 70 71
Binary 1010011 1110000 11001110 111100 101110 0 10011 11100010 111000 111001

Color Harmonies of #5370CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370CE

Black with #5370CE

Text Example


Text Example

White with #5370CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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