Html Css Color HEX #506EFF Royal Blue

📋 copy color: '#506EFF'

red 80 ◦ green 110 ◦ blue 255

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

Shades of Royal Blue #506EFF

Tints of Royal Blue #506EFF

RGB

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

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

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

R = 17.98%
G = 24.72%
B = 57.3%

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

#506EFF (or 0x506EFF) is known color: Royal Blue. HEX triplet: 50, 6E and FF. RGB value is (80,110,255). Sum of RGB (Red+Green+Blue) = 80+110+255=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #506EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EFF is #AF9100. Grayscale: #747474. Windows color (decimal): -11505921 or 16739920. OLE color: 16739920.

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

Color convert

RGB 80 110 255 -
CMYK 0.69 0.57 0 0
HSL 229.71º 1% 0.66% -
HSV(B) 229.71º 0.69% 1% -
XYZ 26.93 20.08 97.06 -
YUV 117.56 205.56 101.21 -
System Red Green Blue C M Y K H S L
Decimal 80 110 255 0.69 0.57 0 0 229.71 1 0.66
Hex 50 6E FF 45 39 0 0 E6 64 42
Octal 120 156 377 105 71 0 0 346 144 102
Binary 1010000 1101110 11111111 1000101 111001 0 0 11100110 1100100 1000010

Color Harmonies of #506EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506EFF

Black with #506EFF

Text Example


Text Example

White with #506EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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