Html Css Color HEX #506EFD Royal Blue

📋 copy color: '#506EFD'

red 80 ◦ green 110 ◦ blue 253

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

Shades of Royal Blue #506EFD

Tints of Royal Blue #506EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.83%

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

R = 18.06%
G = 24.83%
B = 57.11%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#506EFD (or 0x506EFD) is known color: Royal Blue. HEX triplet: 50, 6E and FD. RGB value is (80,110,253). Sum of RGB (Red+Green+Blue) = 80+110+253=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #506EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EFD is #AF9102. Grayscale: #747474. Windows color (decimal): -11505923 or 16608848. OLE color: 16608848.

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

Color convert

RGB 80 110 253 -
CMYK 0.68 0.57 0 0.01
HSL 229.6º 0.98% 0.65% -
HSV(B) 229.6º 0.68% 0.99% -
XYZ 26.61 19.95 95.38 -
YUV 117.33 204.56 101.37 -
System Red Green Blue C M Y K H S L
Decimal 80 110 253 0.68 0.57 0 0.01 229.6 0.98 0.65
Hex 50 6E FD 44 39 0 1 E6 62 41
Octal 120 156 375 104 71 0 1 346 142 101
Binary 1010000 1101110 11111101 1000100 111001 0 1 11100110 1100010 1000001

Color Harmonies of #506EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EFD

Black with #506EFD

Text Example


Text Example

White with #506EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506EFD; }

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

 H1.HeaderClassName
 {
   color: #506EFD;
 }
 .AnyTagClassName
 {
   color: #506EFD;
 }
</style>

background-color css

<style>
 a { background-color: #506EFD; }

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

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

border-color css

<style>
 span { border-color: #506EFD; }

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

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