Html Css Color HEX #506AF5 Royal Blue

📋 copy color: '#506AF5'

red 80 ◦ green 106 ◦ blue 245

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

Shades of Royal Blue #506AF5

Tints of Royal Blue #506AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 245 (96.09% from 255) = 56.84%

R = 18.56%
G = 24.59%
B = 56.84%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#506AF5 (or 0x506AF5) is known color: Royal Blue. HEX triplet: 50, 6A and F5. RGB value is (80,106,245). Sum of RGB (Red+Green+Blue) = 80+106+245=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #506AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506AF5 is #AF950A. Grayscale: #717171. Windows color (decimal): -11506955 or 16083536. OLE color: 16083536.

HSL color Cylindrical-coordinate representation of color #506AF5: hue angle of 230.55º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506AF5 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 106 245 -
CMYK 0.67 0.57 0 0.04
HSL 230.55º 0.89% 0.64% -
HSV(B) 230.55º 0.67% 0.96% -
XYZ 24.94 18.61 88.66 -
YUV 114.07 201.89 103.7 -
System Red Green Blue C M Y K H S L
Decimal 80 106 245 0.67 0.57 0 0.04 230.55 0.89 0.64
Hex 50 6A F5 43 39 0 4 E7 59 40
Octal 120 152 365 103 71 0 4 347 131 100
Binary 1010000 1101010 11110101 1000011 111001 0 100 11100111 1011001 1000000

Color Harmonies of #506AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AF5

Black with #506AF5

Text Example


Text Example

White with #506AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,245); }

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

background-color css

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

 a { background-color: rgb(80,106,245); }

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

border-color css

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

 span { border-color: rgb(80,106,245); }

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