Html Css Color HEX #5070FE Royal Blue

📋 copy color: '#5070FE'

red 80 ◦ green 112 ◦ blue 254

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

Shades of Royal Blue #5070FE

Tints of Royal Blue #5070FE

RGB

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

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

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

R = 17.94%
G = 25.11%
B = 56.95%

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

#5070FE (or 0x5070FE) is known color: Royal Blue. HEX triplet: 50, 70 and FE. RGB value is (80,112,254). Sum of RGB (Red+Green+Blue) = 80+112+254=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #5070FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5070FE is #AF8F01. Grayscale: #767676. Windows color (decimal): -11505410 or 16674896. OLE color: 16674896.

HSL color Cylindrical-coordinate representation of color #5070FE: hue angle of 228.97º 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 #5070FE is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 112 254 -
CMYK 0.69 0.56 0 0.00
HSL 228.97º 0.99% 0.65% -
HSV(B) 228.97º 0.69% 1% -
XYZ 26.99 20.45 96.29 -
YUV 118.62 204.4 100.45 -
System Red Green Blue C M Y K H S L
Decimal 80 112 254 0.69 0.56 0 0.00 228.97 0.99 0.65
Hex 50 70 FE 45 38 0 0 E5 63 41
Octal 120 160 376 105 70 0 0 345 143 101
Binary 1010000 1110000 11111110 1000101 111000 0 0 11100101 1100011 1000001

Color Harmonies of #5070FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070FE

Black with #5070FE

Text Example


Text Example

White with #5070FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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