Html Css Color HEX #506CF9 Royal Blue

📋 copy color: '#506CF9'

red 80 ◦ green 108 ◦ blue 249

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

Shades of Royal Blue #506CF9

Tints of Royal Blue #506CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

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

R = 18.31%
G = 24.71%
B = 56.98%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#506CF9 (or 0x506CF9) is known color: Royal Blue. HEX triplet: 50, 6C and F9. RGB value is (80,108,249). Sum of RGB (Red+Green+Blue) = 80+108+249=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #506CF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506CF9 is #AF9306. Grayscale: #737373. Windows color (decimal): -11506439 or 16346192. OLE color: 16346192.

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

Color convert

RGB 80 108 249 -
CMYK 0.68 0.57 0 0.02
HSL 230.06º 0.93% 0.65% -
HSV(B) 230.06º 0.68% 0.98% -
XYZ 25.77 19.27 91.98 -
YUV 115.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 80 108 249 0.68 0.57 0 0.02 230.06 0.93 0.65
Hex 50 6C F9 44 39 0 2 E6 5D 41
Octal 120 154 371 104 71 0 2 346 135 101
Binary 1010000 1101100 11111001 1000100 111001 0 10 11100110 1011101 1000001

Color Harmonies of #506CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506CF9

Black with #506CF9

Text Example


Text Example

White with #506CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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