Html Css Color HEX #5071FD Royal Blue

📋 copy color: '#5071FD'

red 80 ◦ green 113 ◦ blue 253

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

Shades of Royal Blue #5071FD

Tints of Royal Blue #5071FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 17.94%
G = 25.34%
B = 56.73%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5071FD (or 0x5071FD) is known color: Royal Blue. HEX triplet: 50, 71 and FD. RGB value is (80,113,253). Sum of RGB (Red+Green+Blue) = 80+113+253=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #5071FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071FD is #AF8E02. Grayscale: #767676. Windows color (decimal): -11505155 or 16609616. OLE color: 16609616.

HSL color Cylindrical-coordinate representation of color #5071FD: hue angle of 228.55º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5071FD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 113 253 -
CMYK 0.68 0.55 0 0.01
HSL 228.55º 0.98% 0.65% -
HSV(B) 228.55º 0.68% 0.99% -
XYZ 26.94 20.61 95.49 -
YUV 119.09 203.57 100.12 -
System Red Green Blue C M Y K H S L
Decimal 80 113 253 0.68 0.55 0 0.01 228.55 0.98 0.65
Hex 50 71 FD 44 37 0 1 E5 62 41
Octal 120 161 375 104 67 0 1 345 142 101
Binary 1010000 1110001 11111101 1000100 110111 0 1 11100101 1100010 1000001

Color Harmonies of #5071FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071FD

Black with #5071FD

Text Example


Text Example

White with #5071FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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