Html Css Color HEX #506EF9 Royal Blue

📋 copy color: '#506EF9'

red 80 ◦ green 110 ◦ blue 249

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

Shades of Royal Blue #506EF9

Tints of Royal Blue #506EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.72%

R = 18.22%
G = 25.06%
B = 56.72%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#506EF9 (or 0x506EF9) is known color: Royal Blue. HEX triplet: 50, 6E and F9. RGB value is (80,110,249). Sum of RGB (Red+Green+Blue) = 80+110+249=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #506EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EF9 is #AF9106. Grayscale: #747474. Windows color (decimal): -11505927 or 16346704. OLE color: 16346704.

HSL color Cylindrical-coordinate representation of color #506EF9: hue angle of 229.35º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #506EF9 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 110 249 -
CMYK 0.68 0.56 0 0.02
HSL 229.35º 0.93% 0.65% -
HSV(B) 229.35º 0.68% 0.98% -
XYZ 25.98 19.7 92.05 -
YUV 116.88 202.56 101.7 -
System Red Green Blue C M Y K H S L
Decimal 80 110 249 0.68 0.56 0 0.02 229.35 0.93 0.65
Hex 50 6E F9 44 38 0 2 E5 5D 41
Octal 120 156 371 104 70 0 2 345 135 101
Binary 1010000 1101110 11111001 1000100 111000 0 10 11100101 1011101 1000001

Color Harmonies of #506EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EF9

Black with #506EF9

Text Example


Text Example

White with #506EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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