Html Css Color HEX #506DF9 Royal Blue

📋 copy color: '#506DF9'

red 80 ◦ green 109 ◦ blue 249

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

Shades of Royal Blue #506DF9

Tints of Royal Blue #506DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

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

R = 18.26%
G = 24.89%
B = 56.85%

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

#506DF9 (or 0x506DF9) is known color: Royal Blue. HEX triplet: 50, 6D and F9. RGB value is (80,109,249). Sum of RGB (Red+Green+Blue) = 80+109+249=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #506DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DF9 is #AF9206. Grayscale: #737373. Windows color (decimal): -11506183 or 16346448. OLE color: 16346448.

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

Color convert

RGB 80 109 249 -
CMYK 0.68 0.56 0 0.02
HSL 229.7º 0.93% 0.65% -
HSV(B) 229.7º 0.68% 0.98% -
XYZ 25.88 19.48 92.02 -
YUV 116.29 202.89 102.12 -
System Red Green Blue C M Y K H S L
Decimal 80 109 249 0.68 0.56 0 0.02 229.7 0.93 0.65
Hex 50 6D F9 44 38 0 2 E6 5D 41
Octal 120 155 371 104 70 0 2 346 135 101
Binary 1010000 1101101 11111001 1000100 111000 0 10 11100110 1011101 1000001

Color Harmonies of #506DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DF9

Black with #506DF9

Text Example


Text Example

White with #506DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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