Html Css Color HEX #5370CD Royal Blue

📋 copy color: '#5370CD'

red 83 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #5370CD

Tints of Royal Blue #5370CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 20.75%
G = 28%
B = 51.25%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5370CD (or 0x5370CD) is known color: Royal Blue. HEX triplet: 53, 70 and CD. RGB value is (83,112,205). Sum of RGB (Red+Green+Blue) = 83+112+205=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5370CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370CD is #AC8F32. Grayscale: #717171. Windows color (decimal): -11308851 or 13463635. OLE color: 13463635.

HSL color Cylindrical-coordinate representation of color #5370CD: hue angle of 225.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5370CD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 112 205 -
CMYK 0.60 0.45 0 0.20
HSL 225.74º 0.55% 0.56% -
HSV(B) 225.74º 0.6% 0.8% -
XYZ 20.38 17.84 60.13 -
YUV 113.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 83 112 205 0.60 0.45 0 0.20 225.74 0.55 0.56
Hex 53 70 CD 3C 2D 0 14 E2 37 38
Octal 123 160 315 74 55 0 24 342 67 70
Binary 1010011 1110000 11001101 111100 101101 0 10100 11100010 110111 111000

Color Harmonies of #5370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370CD

Black with #5370CD

Text Example


Text Example

White with #5370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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