Html Css Color HEX #5071FE Royal Blue

📋 copy color: '#5071FE'

red 80 ◦ green 113 ◦ blue 254

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

Shades of Royal Blue #5071FE

Tints of Royal Blue #5071FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 17.9%
G = 25.28%
B = 56.82%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5071FE (or 0x5071FE) is known color: Royal Blue. HEX triplet: 50, 71 and FE. RGB value is (80,113,254). Sum of RGB (Red+Green+Blue) = 80+113+254=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #5071FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5071FE is #AF8E01. Grayscale: #767676. Windows color (decimal): -11505154 or 16675152. OLE color: 16675152.

HSL color Cylindrical-coordinate representation of color #5071FE: hue angle of 228.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5071FE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 113 254 -
CMYK 0.69 0.56 0 0.00
HSL 228.62º 0.99% 0.65% -
HSV(B) 228.62º 0.69% 1% -
XYZ 27.1 20.67 96.33 -
YUV 119.21 204.07 100.04 -
System Red Green Blue C M Y K H S L
Decimal 80 113 254 0.69 0.56 0 0.00 228.62 0.99 0.65
Hex 50 71 FE 45 38 0 0 E5 63 41
Octal 120 161 376 105 70 0 0 345 143 101
Binary 1010000 1110001 11111110 1000101 111000 0 0 11100101 1100011 1000001

Color Harmonies of #5071FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5071FE

Black with #5071FE

Text Example


Text Example

White with #5071FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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