Html Css Color HEX #5071CE Royal Blue

📋 copy color: '#5071CE'

red 80 ◦ green 113 ◦ blue 206

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

Shades of Royal Blue #5071CE

Tints of Royal Blue #5071CE

RGB

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

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

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

R = 20.05%
G = 28.32%
B = 51.63%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5071CE (or 0x5071CE) is known color: Royal Blue. HEX triplet: 50, 71 and CE. RGB value is (80,113,206). Sum of RGB (Red+Green+Blue) = 80+113+206=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #5071CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5071CE is #AF8E31. Grayscale: #717171. Windows color (decimal): -11505202 or 13529424. OLE color: 13529424.

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

Color convert

RGB 80 113 206 -
CMYK 0.61 0.45 0 0.19
HSL 224.29º 0.56% 0.56% -
HSV(B) 224.29º 0.61% 0.81% -
XYZ 20.35 17.97 60.79 -
YUV 113.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 80 113 206 0.61 0.45 0 0.19 224.29 0.56 0.56
Hex 50 71 CE 3D 2D 0 13 E0 38 38
Octal 120 161 316 75 55 0 23 340 70 70
Binary 1010000 1110001 11001110 111101 101101 0 10011 11100000 111000 111000

Color Harmonies of #5071CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071CE

Black with #5071CE

Text Example


Text Example

White with #5071CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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