Html Css Color HEX #5071CD Royal Blue

📋 copy color: '#5071CD'

red 80 ◦ green 113 ◦ blue 205

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

Shades of Royal Blue #5071CD

Tints of Royal Blue #5071CD

RGB

 RED value IS 80 (31.64% from 255) = 20.1%

 GREEN value IS 113 (44.53% from 255) = 28.39%

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

R = 20.1%
G = 28.39%
B = 51.51%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5071CD (or 0x5071CD) is known color: Royal Blue. HEX triplet: 50, 71 and CD. RGB value is (80,113,205). Sum of RGB (Red+Green+Blue) = 80+113+205=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #5071CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071CD is #AF8E32. Grayscale: #717171. Windows color (decimal): -11505203 or 13463888. OLE color: 13463888.

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

Color convert

RGB 80 113 205 -
CMYK 0.61 0.45 0 0.20
HSL 224.16º 0.56% 0.56% -
HSV(B) 224.16º 0.61% 0.8% -
XYZ 20.23 17.92 60.15 -
YUV 113.62 179.57 104.02 -
System Red Green Blue C M Y K H S L
Decimal 80 113 205 0.61 0.45 0 0.20 224.16 0.56 0.56
Hex 50 71 CD 3D 2D 0 14 E0 38 38
Octal 120 161 315 75 55 0 24 340 70 70
Binary 1010000 1110001 11001101 111101 101101 0 10100 11100000 111000 111000

Color Harmonies of #5071CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071CD

Black with #5071CD

Text Example


Text Example

White with #5071CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,113,205); }

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

background-color css

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

 a { background-color: rgb(80,113,205); }

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

border-color css

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

 span { border-color: rgb(80,113,205); }

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