Html Css Color HEX #506DFF Royal Blue

📋 copy color: '#506DFF'

red 80 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #506DFF

Tints of Royal Blue #506DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 18.02%
G = 24.55%
B = 57.43%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#506DFF (or 0x506DFF) is known color: Royal Blue. HEX triplet: 50, 6D and FF. RGB value is (80,109,255). Sum of RGB (Red+Green+Blue) = 80+109+255=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #506DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506DFF is #AF9200. Grayscale: #747474. Windows color (decimal): -11506177 or 16739664. OLE color: 16739664.

HSL color Cylindrical-coordinate representation of color #506DFF: hue angle of 230.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506DFF is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 109 255 -
CMYK 0.69 0.57 0 0
HSL 230.06º 1% 0.66% -
HSV(B) 230.06º 0.69% 1% -
XYZ 26.83 19.86 97.03 -
YUV 116.97 205.89 101.63 -
System Red Green Blue C M Y K H S L
Decimal 80 109 255 0.69 0.57 0 0 230.06 1 0.66
Hex 50 6D FF 45 39 0 0 E6 64 42
Octal 120 155 377 105 71 0 0 346 144 102
Binary 1010000 1101101 11111111 1000101 111001 0 0 11100110 1100100 1000010

Color Harmonies of #506DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DFF

Black with #506DFF

Text Example


Text Example

White with #506DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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