Html Css Color HEX #5070FD Royal Blue

📋 copy color: '#5070FD'

red 80 ◦ green 112 ◦ blue 253

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

Shades of Royal Blue #5070FD

Tints of Royal Blue #5070FD

RGB

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

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

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

R = 17.98%
G = 25.17%
B = 56.85%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5070FD (or 0x5070FD) is known color: Royal Blue. HEX triplet: 50, 70 and FD. RGB value is (80,112,253). Sum of RGB (Red+Green+Blue) = 80+112+253=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #5070FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5070FD is #AF8F02. Grayscale: #757575. Windows color (decimal): -11505411 or 16609360. OLE color: 16609360.

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

Color convert

RGB 80 112 253 -
CMYK 0.68 0.56 0 0.01
HSL 228.9º 0.98% 0.65% -
HSV(B) 228.9º 0.68% 0.99% -
XYZ 26.83 20.39 95.45 -
YUV 118.51 203.9 100.54 -
System Red Green Blue C M Y K H S L
Decimal 80 112 253 0.68 0.56 0 0.01 228.9 0.98 0.65
Hex 50 70 FD 44 38 0 1 E5 62 41
Octal 120 160 375 104 70 0 1 345 142 101
Binary 1010000 1110000 11111101 1000100 111000 0 1 11100101 1100010 1000001

Color Harmonies of #5070FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5070FD

Black with #5070FD

Text Example


Text Example

White with #5070FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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